Daniel Veillard | 8534905 | 2001-04-20 13:48:21 +0000 | [diff] [blame] | 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. |
Daniel Veillard | 8534905 | 2001-04-20 13:48:21 +0000 | [diff] [blame] | 20 | |
| 21 | --><!ELEMENT rss (channel)> |
| 22 | <!ATTLIST rss version CDATA #REQUIRED> |
Daniel Veillard | ce2c2f0 | 2001-10-18 14:57:24 +0000 | [diff] [blame] | 23 | <!-- must be "0.91"> --><!ELEMENT channel (title | description | link | language | item+ | rating | image | textinput | copyright | pubDate | lastBuildDate | docs | managingEditor | webMaster | skipHours | skipDays)*> |
Daniel Veillard | 8534905 | 2001-04-20 13:48:21 +0000 | [diff] [blame] | 24 | <!ELEMENT title (#PCDATA)> |
| 25 | <!ELEMENT description (#PCDATA)> |
| 26 | <!ELEMENT link (#PCDATA)> |
Daniel Veillard | ce2c2f0 | 2001-10-18 14:57:24 +0000 | [diff] [blame] | 27 | <!ELEMENT image (title | url | link | width | height | description)*> |
Daniel Veillard | 8534905 | 2001-04-20 13:48:21 +0000 | [diff] [blame] | 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 " "> |
| 64 | <!-- no-break space --><!ENTITY iexcl "¡"> |
| 65 | <!-- inverted exclamation mark --><!ENTITY cent "¢"> |
| 66 | <!-- cent sign --><!ENTITY pound "£"> |
| 67 | <!-- pound sterling sign --><!ENTITY curren "¤"> |
| 68 | <!-- general currency sign --><!ENTITY yen "¥"> |
| 69 | <!-- yen sign --><!ENTITY brvbar "¦"> |
| 70 | <!-- broken (vertical) bar --><!ENTITY sect "§"> |
| 71 | <!-- section sign --><!ENTITY uml "¨"> |
| 72 | <!-- umlaut (dieresis) --><!ENTITY copy "©"> |
| 73 | <!-- copyright sign --><!ENTITY ordf "ª"> |
| 74 | <!-- ordinal indicator, feminine --><!ENTITY laquo "«"> |
| 75 | <!-- angle quotation mark, left --><!ENTITY not "¬"> |
| 76 | <!-- not sign --><!ENTITY shy "­"> |
| 77 | <!-- soft hyphen --><!ENTITY reg "®"> |
| 78 | <!-- registered sign --><!ENTITY macr "¯"> |
| 79 | <!-- macron --><!ENTITY deg "°"> |
| 80 | <!-- degree sign --><!ENTITY plusmn "±"> |
| 81 | <!-- plus-or-minus sign --><!ENTITY sup2 "²"> |
| 82 | <!-- superscript two --><!ENTITY sup3 "³"> |
| 83 | <!-- superscript three --><!ENTITY acute "´"> |
| 84 | <!-- acute accent --><!ENTITY micro "µ"> |
| 85 | <!-- micro sign --><!ENTITY para "¶"> |
| 86 | <!-- pilcrow (paragraph sign) --><!ENTITY middot "·"> |
| 87 | <!-- middle dot --><!ENTITY cedil "¸"> |
| 88 | <!-- cedilla --><!ENTITY sup1 "¹"> |
| 89 | <!-- superscript one --><!ENTITY ordm "º"> |
| 90 | <!-- ordinal indicator, masculine --><!ENTITY raquo "»"> |
| 91 | <!-- angle quotation mark, right --><!ENTITY frac14 "¼"> |
| 92 | <!-- fraction one-quarter --><!ENTITY frac12 "½"> |
| 93 | <!-- fraction one-half --><!ENTITY frac34 "¾"> |
| 94 | <!-- fraction three-quarters --><!ENTITY iquest "¿"> |
| 95 | <!-- inverted question mark --><!ENTITY Agrave "À"> |
| 96 | <!-- capital A, grave accent --><!ENTITY Aacute "Á"> |
| 97 | <!-- capital A, acute accent --><!ENTITY Acirc "Â"> |
| 98 | <!-- capital A, circumflex accent --><!ENTITY Atilde "Ã"> |
| 99 | <!-- capital A, tilde --><!ENTITY Auml "Ä"> |
| 100 | <!-- capital A, dieresis or umlaut mark --><!ENTITY Aring "Å"> |
| 101 | <!-- capital A, ring --><!ENTITY AElig "Æ"> |
| 102 | <!-- capital AE diphthong (ligature) --><!ENTITY Ccedil "Ç"> |
| 103 | <!-- capital C, cedilla --><!ENTITY Egrave "È"> |
| 104 | <!-- capital E, grave accent --><!ENTITY Eacute "É"> |
| 105 | <!-- capital E, acute accent --><!ENTITY Ecirc "Ê"> |
| 106 | <!-- capital E, circumflex accent --><!ENTITY Euml "Ë"> |
| 107 | <!-- capital E, dieresis or umlaut mark --><!ENTITY Igrave "Ì"> |
| 108 | <!-- capital I, grave accent --><!ENTITY Iacute "Í"> |
| 109 | <!-- capital I, acute accent --><!ENTITY Icirc "Î"> |
| 110 | <!-- capital I, circumflex accent --><!ENTITY Iuml "Ï"> |
| 111 | <!-- capital I, dieresis or umlaut mark --><!ENTITY ETH "Ð"> |
| 112 | <!-- capital Eth, Icelandic --><!ENTITY Ntilde "Ñ"> |
| 113 | <!-- capital N, tilde --><!ENTITY Ograve "Ò"> |
| 114 | <!-- capital O, grave accent --><!ENTITY Oacute "Ó"> |
| 115 | <!-- capital O, acute accent --><!ENTITY Ocirc "Ô"> |
| 116 | <!-- capital O, circumflex accent --><!ENTITY Otilde "Õ"> |
| 117 | <!-- capital O, tilde --><!ENTITY Ouml "Ö"> |
| 118 | <!-- capital O, dieresis or umlaut mark --><!ENTITY times "×"> |
| 119 | <!-- multiply sign --><!ENTITY Oslash "Ø"> |
| 120 | <!-- capital O, slash --><!ENTITY Ugrave "Ù"> |
| 121 | <!-- capital U, grave accent --><!ENTITY Uacute "Ú"> |
| 122 | <!-- capital U, acute accent --><!ENTITY Ucirc "Û"> |
| 123 | <!-- capital U, circumflex accent --><!ENTITY Uuml "Ü"> |
| 124 | <!-- capital U, dieresis or umlaut mark --><!ENTITY Yacute "Ý"> |
| 125 | <!-- capital Y, acute accent --><!ENTITY THORN "Þ"> |
| 126 | <!-- capital THORN, Icelandic --><!ENTITY szlig "ß"> |
| 127 | <!-- small sharp s, German (sz ligature) --><!ENTITY agrave "à"> |
| 128 | <!-- small a, grave accent --><!ENTITY aacute "á"> |
| 129 | <!-- small a, acute accent --><!ENTITY acirc "â"> |
| 130 | <!-- small a, circumflex accent --><!ENTITY atilde "ã"> |
| 131 | <!-- small a, tilde --><!ENTITY auml "ä"> |
| 132 | <!-- small a, dieresis or umlaut mark --><!ENTITY aring "å"> |
| 133 | <!-- small a, ring --><!ENTITY aelig "æ"> |
| 134 | <!-- small ae diphthong (ligature) --><!ENTITY ccedil "ç"> |
| 135 | <!-- small c, cedilla --><!ENTITY egrave "è"> |
| 136 | <!-- small e, grave accent --><!ENTITY eacute "é"> |
| 137 | <!-- small e, acute accent --><!ENTITY ecirc "ê"> |
| 138 | <!-- small e, circumflex accent --><!ENTITY euml "ë"> |
| 139 | <!-- small e, dieresis or umlaut mark --><!ENTITY igrave "ì"> |
| 140 | <!-- small i, grave accent --><!ENTITY iacute "í"> |
| 141 | <!-- small i, acute accent --><!ENTITY icirc "î"> |
| 142 | <!-- small i, circumflex accent --><!ENTITY iuml "ï"> |
| 143 | <!-- small i, dieresis or umlaut mark --><!ENTITY eth "ð"> |
| 144 | <!-- small eth, Icelandic --><!ENTITY ntilde "ñ"> |
| 145 | <!-- small n, tilde --><!ENTITY ograve "ò"> |
| 146 | <!-- small o, grave accent --><!ENTITY oacute "ó"> |
| 147 | <!-- small o, acute accent --><!ENTITY ocirc "ô"> |
| 148 | <!-- small o, circumflex accent --><!ENTITY otilde "õ"> |
| 149 | <!-- small o, tilde --><!ENTITY ouml "ö"> |
| 150 | <!-- small o, dieresis or umlaut mark --><!ENTITY divide "÷"> |
| 151 | <!-- divide sign --><!ENTITY oslash "ø"> |
| 152 | <!-- small o, slash --><!ENTITY ugrave "ù"> |
| 153 | <!-- small u, grave accent --><!ENTITY uacute "ú"> |
| 154 | <!-- small u, acute accent --><!ENTITY ucirc "û"> |
| 155 | <!-- small u, circumflex accent --><!ENTITY uuml "ü"> |
| 156 | <!-- small u, dieresis or umlaut mark --><!ENTITY yacute "ý"> |
| 157 | <!-- small y, acute accent --><!ENTITY thorn "þ"> |
| 158 | <!-- small thorn, Icelandic --><!ENTITY yuml "ÿ"> |
| 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> |