Return to rss.xml CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / valid |
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: --> ! 22: <!ELEMENT rss (channel)> ! 23: <!ATTLIST rss version CDATA #REQUIRED> ! 24: <!-- must be "0.91"> --><!ELEMENT channel (title | description | link ! 25: | language | item+ | rating? | image? | textinput? | copyright? | ! 26: pubDate? | lastBuildDate? | docs? | managingEditor? | webMaster? | ! 27: skipHours? | skipDays?)*> ! 28: <!ELEMENT title (#PCDATA)> ! 29: <!ELEMENT description (#PCDATA)> ! 30: <!ELEMENT link (#PCDATA)> ! 31: <!ELEMENT image (title | url | link | width? | height? | description?)*> ! 32: <!ELEMENT url (#PCDATA)> ! 33: <!ELEMENT item (title | link | description)*> ! 34: <!ELEMENT textinput (title | description | name | link)*> ! 35: <!ELEMENT name (#PCDATA)> ! 36: <!ELEMENT rating (#PCDATA)> ! 37: <!ELEMENT language (#PCDATA)> ! 38: <!ELEMENT width (#PCDATA)> ! 39: <!ELEMENT height (#PCDATA)> ! 40: <!ELEMENT copyright (#PCDATA)> ! 41: <!ELEMENT pubDate (#PCDATA)> ! 42: <!ELEMENT lastBuildDate (#PCDATA)> ! 43: <!ELEMENT docs (#PCDATA)> ! 44: <!ELEMENT managingEditor (#PCDATA)> ! 45: <!ELEMENT webMaster (#PCDATA)> ! 46: <!ELEMENT hour (#PCDATA)> ! 47: <!ELEMENT day (#PCDATA)> ! 48: <!ELEMENT skipHours (hour)+> ! 49: <!ELEMENT skipDays (day)+> ! 50: <!-- ! 51: Copied from HTML 3.2 DTD, with modifications (removed CDATA) ! 52: http://www.w3.org/TR/REC-html32.html#dtd ! 53: =============== BEGIN =================== ! 54: --> ! 55: <!-- ! 56: Character Entities for ISO Latin-1 ! 57: ! 58: (C) International Organization for Standardization 1986 ! 59: Permission to copy in any form is granted for use with ! 60: conforming SGML systems and applications as defined in ! 61: ISO 8879, provided this notice is included in all copies. ! 62: This has been extended for use with HTML to cover the full ! 63: set of codes in the range 160-255 decimal. ! 64: --> ! 65: <!-- Character entity set. Typical invocation: ! 66: <!ENTITY % ISOlat1 PUBLIC ! 67: "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML"> ! 68: %ISOlat1; ! 69: --> ! 70: <!ENTITY nbsp " "> <!-- no-break space --> ! 71: <!ENTITY iexcl "¡"> ! 72: <!-- inverted exclamation mark --><!ENTITY cent "¢"> ! 73: <!-- cent sign --><!ENTITY pound "£"> ! 74: <!-- pound sterling sign --><!ENTITY curren "¤"> ! 75: <!-- general currency sign --><!ENTITY yen "¥"> ! 76: <!-- yen sign --><!ENTITY brvbar "¦"> ! 77: <!-- broken (vertical) bar --><!ENTITY sect "§"> ! 78: <!-- section sign --><!ENTITY uml "¨"> ! 79: <!-- umlaut (dieresis) --><!ENTITY copy "©"> ! 80: <!-- copyright sign --><!ENTITY ordf "ª"> ! 81: <!-- ordinal indicator, feminine --><!ENTITY laquo "«"> ! 82: <!-- angle quotation mark, left --><!ENTITY not "¬"> ! 83: <!-- not sign --><!ENTITY shy "­"> ! 84: <!-- soft hyphen --><!ENTITY reg "®"> ! 85: <!-- registered sign --><!ENTITY macr "¯"> ! 86: <!-- macron --><!ENTITY deg "°"> ! 87: <!-- degree sign --><!ENTITY plusmn "±"> ! 88: <!-- plus-or-minus sign --><!ENTITY sup2 "²"> ! 89: <!-- superscript two --><!ENTITY sup3 "³"> ! 90: <!-- superscript three --><!ENTITY acute "´"> ! 91: <!-- acute accent --><!ENTITY micro "µ"> ! 92: <!-- micro sign --><!ENTITY para "¶"> ! 93: <!-- pilcrow (paragraph sign) --><!ENTITY middot "·"> ! 94: <!-- middle dot --><!ENTITY cedil "¸"> ! 95: <!-- cedilla --><!ENTITY sup1 "¹"> ! 96: <!-- superscript one --><!ENTITY ordm "º"> ! 97: <!-- ordinal indicator, masculine --><!ENTITY raquo "»"> ! 98: <!-- angle quotation mark, right --><!ENTITY frac14 "¼"> ! 99: <!-- fraction one-quarter --><!ENTITY frac12 "½"> ! 100: <!-- fraction one-half --><!ENTITY frac34 "¾"> ! 101: <!-- fraction three-quarters --><!ENTITY iquest "¿"> ! 102: <!-- inverted question mark --><!ENTITY Agrave "À"> ! 103: <!-- capital A, grave accent --><!ENTITY Aacute "Á"> ! 104: <!-- capital A, acute accent --><!ENTITY Acirc "Â"> ! 105: <!-- capital A, circumflex accent --><!ENTITY Atilde "Ã"> ! 106: <!-- capital A, tilde --><!ENTITY Auml "Ä"> ! 107: <!-- capital A, dieresis or umlaut mark --><!ENTITY Aring "Å"> ! 108: <!-- capital A, ring --><!ENTITY AElig "Æ"> ! 109: <!-- capital AE diphthong (ligature) --><!ENTITY Ccedil "Ç"> ! 110: <!-- capital C, cedilla --><!ENTITY Egrave "È"> ! 111: <!-- capital E, grave accent --><!ENTITY Eacute "É"> ! 112: <!-- capital E, acute accent --><!ENTITY Ecirc "Ê"> ! 113: <!-- capital E, circumflex accent --><!ENTITY Euml "Ë"> ! 114: <!-- capital E, dieresis or umlaut mark --><!ENTITY Igrave "Ì"> ! 115: <!-- capital I, grave accent --><!ENTITY Iacute "Í"> ! 116: <!-- capital I, acute accent --><!ENTITY Icirc "Î"> ! 117: <!-- capital I, circumflex accent --><!ENTITY Iuml "Ï"> ! 118: <!-- capital I, dieresis or umlaut mark --><!ENTITY ETH "Ð"> ! 119: <!-- capital Eth, Icelandic --><!ENTITY Ntilde "Ñ"> ! 120: <!-- capital N, tilde --><!ENTITY Ograve "Ò"> ! 121: <!-- capital O, grave accent --><!ENTITY Oacute "Ó"> ! 122: <!-- capital O, acute accent --><!ENTITY Ocirc "Ô"> ! 123: <!-- capital O, circumflex accent --><!ENTITY Otilde "Õ"> ! 124: <!-- capital O, tilde --><!ENTITY Ouml "Ö"> ! 125: <!-- capital O, dieresis or umlaut mark --><!ENTITY times "×"> ! 126: <!-- multiply sign --><!ENTITY Oslash "Ø"> ! 127: <!-- capital O, slash --><!ENTITY Ugrave "Ù"> ! 128: <!-- capital U, grave accent --><!ENTITY Uacute "Ú"> ! 129: <!-- capital U, acute accent --><!ENTITY Ucirc "Û"> ! 130: <!-- capital U, circumflex accent --><!ENTITY Uuml "Ü"> ! 131: <!-- capital U, dieresis or umlaut mark --><!ENTITY Yacute "Ý"> ! 132: <!-- capital Y, acute accent --><!ENTITY THORN "Þ"> ! 133: <!-- capital THORN, Icelandic --><!ENTITY szlig "ß"> ! 134: <!-- small sharp s, German (sz ligature) --><!ENTITY agrave "à"> ! 135: <!-- small a, grave accent --><!ENTITY aacute "á"> ! 136: <!-- small a, acute accent --><!ENTITY acirc "â"> ! 137: <!-- small a, circumflex accent --><!ENTITY atilde "ã"> ! 138: <!-- small a, tilde --><!ENTITY auml "ä"> ! 139: <!-- small a, dieresis or umlaut mark --><!ENTITY aring "å"> ! 140: <!-- small a, ring --><!ENTITY aelig "æ"> ! 141: <!-- small ae diphthong (ligature) --><!ENTITY ccedil "ç"> ! 142: <!-- small c, cedilla --><!ENTITY egrave "è"> ! 143: <!-- small e, grave accent --><!ENTITY eacute "é"> ! 144: <!-- small e, acute accent --><!ENTITY ecirc "ê"> ! 145: <!-- small e, circumflex accent --><!ENTITY euml "ë"> ! 146: <!-- small e, dieresis or umlaut mark --><!ENTITY igrave "ì"> ! 147: <!-- small i, grave accent --><!ENTITY iacute "í"> ! 148: <!-- small i, acute accent --><!ENTITY icirc "î"> ! 149: <!-- small i, circumflex accent --><!ENTITY iuml "ï"> ! 150: <!-- small i, dieresis or umlaut mark --><!ENTITY eth "ð"> ! 151: <!-- small eth, Icelandic --><!ENTITY ntilde "ñ"> ! 152: <!-- small n, tilde --><!ENTITY ograve "ò"> ! 153: <!-- small o, grave accent --><!ENTITY oacute "ó"> ! 154: <!-- small o, acute accent --><!ENTITY ocirc "ô"> ! 155: <!-- small o, circumflex accent --><!ENTITY otilde "õ"> ! 156: <!-- small o, tilde --><!ENTITY ouml "ö"> ! 157: <!-- small o, dieresis or umlaut mark --><!ENTITY divide "÷"> ! 158: <!-- divide sign --><!ENTITY oslash "ø"> ! 159: <!-- small o, slash --><!ENTITY ugrave "ù"> ! 160: <!-- small u, grave accent --><!ENTITY uacute "ú"> ! 161: <!-- small u, acute accent --><!ENTITY ucirc "û"> ! 162: <!-- small u, circumflex accent --><!ENTITY uuml "ü"> ! 163: <!-- small u, dieresis or umlaut mark --><!ENTITY yacute "ý"> ! 164: <!-- small y, acute accent --><!ENTITY thorn "þ"> ! 165: <!-- small thorn, Icelandic --><!ENTITY yuml "ÿ"> ! 166: <!-- small y, dieresis or umlaut mark --><!-- ! 167: Copied from HTML 3.2 DTD, with modifications (removed CDATA) ! 168: http://www.w3.org/TR/REC-html32.html#dtd ! 169: ================= END =================== ! 170: --> ! 171: ]> ! 172: <rss> ! 173: <channel> ! 174: <image/> ! 175: <title>PP</title> ! 176: </channel> ! 177: </rss>