Annotation of embedaddon/libxml2/result/valid/rss.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="ISO-8859-1"?>
        !             2: <!DOCTYPE rss [
        !             3: <!--
        !             4: 
        !             5:   Rich Site Summary (RSS) 0.91 official DTD, proposed.
        !             6:   
        !             7:   RSS is an XML vocabulary for describing
        !             8:   metadata about websites, and enabling the display of
        !             9:   "channels" on the "My Netscape" website.
        !            10:   
        !            11:   RSS Info can be found at http://my.netscape.com/publish/
        !            12:   XML Info can be found at http://www.w3.org/XML/ 
        !            13:   
        !            14:   copyright Netscape Communications, 1999
        !            15: 
        !            16:   Dan Libby - danda@netscape.com
        !            17:   
        !            18:   Based on RSS DTD originally created by
        !            19:   Lars Marius Garshol - larsga@ifi.uio.no.
        !            20:   
        !            21: --><!ELEMENT rss (channel)>
        !            22: <!ATTLIST rss version CDATA #REQUIRED>
        !            23: <!-- must be "0.91"> --><!ELEMENT channel (title | description | link | language | item+ | rating | image | textinput | copyright | pubDate | lastBuildDate | docs | managingEditor | webMaster | skipHours | skipDays)*>
        !            24: <!ELEMENT title (#PCDATA)>
        !            25: <!ELEMENT description (#PCDATA)>
        !            26: <!ELEMENT link (#PCDATA)>
        !            27: <!ELEMENT image (title | url | link | width | height | description)*>
        !            28: <!ELEMENT url (#PCDATA)>
        !            29: <!ELEMENT item (title | link | description)*>
        !            30: <!ELEMENT textinput (title | description | name | link)*>
        !            31: <!ELEMENT name (#PCDATA)>
        !            32: <!ELEMENT rating (#PCDATA)>
        !            33: <!ELEMENT language (#PCDATA)>
        !            34: <!ELEMENT width (#PCDATA)>
        !            35: <!ELEMENT height (#PCDATA)>
        !            36: <!ELEMENT copyright (#PCDATA)>
        !            37: <!ELEMENT pubDate (#PCDATA)>
        !            38: <!ELEMENT lastBuildDate (#PCDATA)>
        !            39: <!ELEMENT docs (#PCDATA)>
        !            40: <!ELEMENT managingEditor (#PCDATA)>
        !            41: <!ELEMENT webMaster (#PCDATA)>
        !            42: <!ELEMENT hour (#PCDATA)>
        !            43: <!ELEMENT day (#PCDATA)>
        !            44: <!ELEMENT skipHours (hour)+>
        !            45: <!ELEMENT skipDays (day)+>
        !            46: <!--
        !            47:      Copied from HTML 3.2 DTD, with modifications (removed CDATA)
        !            48:      http://www.w3.org/TR/REC-html32.html#dtd
        !            49:      =============== BEGIN ===================
        !            50: --><!-- 
        !            51:      Character Entities for ISO Latin-1
        !            52:      
        !            53:      (C) International Organization for Standardization 1986
        !            54:      Permission to copy in any form is granted for use with
        !            55:      conforming SGML systems and applications as defined in
        !            56:      ISO 8879, provided this notice is included in all copies.
        !            57:      This has been extended for use with HTML to cover the full
        !            58:      set of codes in the range 160-255 decimal.
        !            59: --><!-- Character entity set. Typical invocation:
        !            60:      <!ENTITY % ISOlat1 PUBLIC
        !            61:        "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML">
        !            62:      %ISOlat1;
        !            63: --><!ENTITY nbsp "&#160;">
        !            64: <!-- no-break space --><!ENTITY iexcl "&#161;">
        !            65: <!-- inverted exclamation mark --><!ENTITY cent "&#162;">
        !            66: <!-- cent sign --><!ENTITY pound "&#163;">
        !            67: <!-- pound sterling sign --><!ENTITY curren "&#164;">
        !            68: <!-- general currency sign --><!ENTITY yen "&#165;">
        !            69: <!-- yen sign --><!ENTITY brvbar "&#166;">
        !            70: <!-- broken (vertical) bar --><!ENTITY sect "&#167;">
        !            71: <!-- section sign --><!ENTITY uml "&#168;">
        !            72: <!-- umlaut (dieresis) --><!ENTITY copy "&#169;">
        !            73: <!-- copyright sign --><!ENTITY ordf "&#170;">
        !            74: <!-- ordinal indicator, feminine --><!ENTITY laquo "&#171;">
        !            75: <!-- angle quotation mark, left --><!ENTITY not "&#172;">
        !            76: <!-- not sign --><!ENTITY shy "&#173;">
        !            77: <!-- soft hyphen --><!ENTITY reg "&#174;">
        !            78: <!-- registered sign --><!ENTITY macr "&#175;">
        !            79: <!-- macron --><!ENTITY deg "&#176;">
        !            80: <!-- degree sign --><!ENTITY plusmn "&#177;">
        !            81: <!-- plus-or-minus sign --><!ENTITY sup2 "&#178;">
        !            82: <!-- superscript two --><!ENTITY sup3 "&#179;">
        !            83: <!-- superscript three --><!ENTITY acute "&#180;">
        !            84: <!-- acute accent --><!ENTITY micro "&#181;">
        !            85: <!-- micro sign --><!ENTITY para "&#182;">
        !            86: <!-- pilcrow (paragraph sign) --><!ENTITY middot "&#183;">
        !            87: <!-- middle dot --><!ENTITY cedil "&#184;">
        !            88: <!-- cedilla --><!ENTITY sup1 "&#185;">
        !            89: <!-- superscript one --><!ENTITY ordm "&#186;">
        !            90: <!-- ordinal indicator, masculine --><!ENTITY raquo "&#187;">
        !            91: <!-- angle quotation mark, right --><!ENTITY frac14 "&#188;">
        !            92: <!-- fraction one-quarter --><!ENTITY frac12 "&#189;">
        !            93: <!-- fraction one-half --><!ENTITY frac34 "&#190;">
        !            94: <!-- fraction three-quarters --><!ENTITY iquest "&#191;">
        !            95: <!-- inverted question mark --><!ENTITY Agrave "&#192;">
        !            96: <!-- capital A, grave accent --><!ENTITY Aacute "&#193;">
        !            97: <!-- capital A, acute accent --><!ENTITY Acirc "&#194;">
        !            98: <!-- capital A, circumflex accent --><!ENTITY Atilde "&#195;">
        !            99: <!-- capital A, tilde --><!ENTITY Auml "&#196;">
        !           100: <!-- capital A, dieresis or umlaut mark --><!ENTITY Aring "&#197;">
        !           101: <!-- capital A, ring --><!ENTITY AElig "&#198;">
        !           102: <!-- capital AE diphthong (ligature) --><!ENTITY Ccedil "&#199;">
        !           103: <!-- capital C, cedilla --><!ENTITY Egrave "&#200;">
        !           104: <!-- capital E, grave accent --><!ENTITY Eacute "&#201;">
        !           105: <!-- capital E, acute accent --><!ENTITY Ecirc "&#202;">
        !           106: <!-- capital E, circumflex accent --><!ENTITY Euml "&#203;">
        !           107: <!-- capital E, dieresis or umlaut mark --><!ENTITY Igrave "&#204;">
        !           108: <!-- capital I, grave accent --><!ENTITY Iacute "&#205;">
        !           109: <!-- capital I, acute accent --><!ENTITY Icirc "&#206;">
        !           110: <!-- capital I, circumflex accent --><!ENTITY Iuml "&#207;">
        !           111: <!-- capital I, dieresis or umlaut mark --><!ENTITY ETH "&#208;">
        !           112: <!-- capital Eth, Icelandic --><!ENTITY Ntilde "&#209;">
        !           113: <!-- capital N, tilde --><!ENTITY Ograve "&#210;">
        !           114: <!-- capital O, grave accent --><!ENTITY Oacute "&#211;">
        !           115: <!-- capital O, acute accent --><!ENTITY Ocirc "&#212;">
        !           116: <!-- capital O, circumflex accent --><!ENTITY Otilde "&#213;">
        !           117: <!-- capital O, tilde --><!ENTITY Ouml "&#214;">
        !           118: <!-- capital O, dieresis or umlaut mark --><!ENTITY times "&#215;">
        !           119: <!-- multiply sign --><!ENTITY Oslash "&#216;">
        !           120: <!-- capital O, slash --><!ENTITY Ugrave "&#217;">
        !           121: <!-- capital U, grave accent --><!ENTITY Uacute "&#218;">
        !           122: <!-- capital U, acute accent --><!ENTITY Ucirc "&#219;">
        !           123: <!-- capital U, circumflex accent --><!ENTITY Uuml "&#220;">
        !           124: <!-- capital U, dieresis or umlaut mark --><!ENTITY Yacute "&#221;">
        !           125: <!-- capital Y, acute accent --><!ENTITY THORN "&#222;">
        !           126: <!-- capital THORN, Icelandic --><!ENTITY szlig "&#223;">
        !           127: <!-- small sharp s, German (sz ligature) --><!ENTITY agrave "&#224;">
        !           128: <!-- small a, grave accent --><!ENTITY aacute "&#225;">
        !           129: <!-- small a, acute accent --><!ENTITY acirc "&#226;">
        !           130: <!-- small a, circumflex accent --><!ENTITY atilde "&#227;">
        !           131: <!-- small a, tilde --><!ENTITY auml "&#228;">
        !           132: <!-- small a, dieresis or umlaut mark --><!ENTITY aring "&#229;">
        !           133: <!-- small a, ring --><!ENTITY aelig "&#230;">
        !           134: <!-- small ae diphthong (ligature) --><!ENTITY ccedil "&#231;">
        !           135: <!-- small c, cedilla --><!ENTITY egrave "&#232;">
        !           136: <!-- small e, grave accent --><!ENTITY eacute "&#233;">
        !           137: <!-- small e, acute accent --><!ENTITY ecirc "&#234;">
        !           138: <!-- small e, circumflex accent --><!ENTITY euml "&#235;">
        !           139: <!-- small e, dieresis or umlaut mark --><!ENTITY igrave "&#236;">
        !           140: <!-- small i, grave accent --><!ENTITY iacute "&#237;">
        !           141: <!-- small i, acute accent --><!ENTITY icirc "&#238;">
        !           142: <!-- small i, circumflex accent --><!ENTITY iuml "&#239;">
        !           143: <!-- small i, dieresis or umlaut mark --><!ENTITY eth "&#240;">
        !           144: <!-- small eth, Icelandic --><!ENTITY ntilde "&#241;">
        !           145: <!-- small n, tilde --><!ENTITY ograve "&#242;">
        !           146: <!-- small o, grave accent --><!ENTITY oacute "&#243;">
        !           147: <!-- small o, acute accent --><!ENTITY ocirc "&#244;">
        !           148: <!-- small o, circumflex accent --><!ENTITY otilde "&#245;">
        !           149: <!-- small o, tilde --><!ENTITY ouml "&#246;">
        !           150: <!-- small o, dieresis or umlaut mark --><!ENTITY divide "&#247;">
        !           151: <!-- divide sign --><!ENTITY oslash "&#248;">
        !           152: <!-- small o, slash --><!ENTITY ugrave "&#249;">
        !           153: <!-- small u, grave accent --><!ENTITY uacute "&#250;">
        !           154: <!-- small u, acute accent --><!ENTITY ucirc "&#251;">
        !           155: <!-- small u, circumflex accent --><!ENTITY uuml "&#252;">
        !           156: <!-- small u, dieresis or umlaut mark --><!ENTITY yacute "&#253;">
        !           157: <!-- small y, acute accent --><!ENTITY thorn "&#254;">
        !           158: <!-- small thorn, Icelandic --><!ENTITY yuml "&#255;">
        !           159: <!-- small y, dieresis or umlaut mark --><!--
        !           160:      Copied from HTML 3.2 DTD, with modifications (removed CDATA)
        !           161:      http://www.w3.org/TR/REC-html32.html#dtd
        !           162:      ================= END ===================
        !           163: -->]>
        !           164: <rss>
        !           165: <channel>
        !           166: <image/>
        !           167: <title>PP</title>
        !           168: </channel>
        !           169: </rss>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>