feedparser_rss20_annotated.xml - sfeed_tests - sfeed tests and RSS and Atom files
 (HTM) git clone git://git.codemadness.org/sfeed_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       feedparser_rss20_annotated.xml (1529B)
       ---
            1 <?xml version="1.0" encoding="utf-8"?>
            2 <rss version="2.0">
            3 <channel>
            4 <title>Sample Feed</title>
            5 <description>For documentation &lt;em&gt;only&lt;/em&gt;</description>
            6 <link>http://example.org/</link>
            7 <language>en</language>
            8 <copyright>Copyright 2004, Mark Pilgrim</copyright>
            9 <managingEditor>editor@example.org</managingEditor>
           10 <webMaster>webmaster@example.org</webMaster>
           11 <pubDate>Sat, 07 Sep 2002 0:00:01 GMT</pubDate>
           12 <category>Examples</category>
           13 <generator>Sample Toolkit</generator>
           14 <docs>http://feedvalidator.org/docs/rss2.html</docs>
           15 <cloud domain="rpc.example.com"
           16 port="80"
           17 path="/RPC2"
           18 registerProcedure="pingMe"
           19 protocol="soap"/>
           20 <ttl>60</ttl>
           21 <image>
           22 <url>http://example.org/banner.png</url>
           23 <title>Example banner</title>
           24 <link>http://example.org/</link>
           25 <width>80</width>
           26 <height>15</height>
           27 </image>
           28 <textInput>
           29 <title>Search</title>
           30 <description>Search this site:</description>
           31 <name>q</name>
           32 <link>http://example.org/mt/mt-search.cgi</link>
           33 </textInput>
           34 <item>
           35 <title>First item title</title>
           36 <link>http://example.org/item/1</link>
           37 <description>Watch out for
           38 &lt;span style="background: url(javascript:window.location=’http://example.org/’)"&gt;
           39 nasty tricks&lt;/span&gt;
           40 </description>
           41 <author>mark@example.org</author>
           42 <category>Miscellaneous</category>
           43 <comments>http://example.org/comments/1</comments>
           44 <enclosure url="http://example.org/audio/demo.mp3" length="1069871" type="audio/mpeg"/>
           45 <guid>http://example.org/guid/1</guid>
           46 <pubDate>Thu, 05 Sep 2002 0:00:01 GMT</pubDate>
           47 </item>
           48 </channel>
           49 </rss>