URI:
       feedparser_rss20_ns_annotated.xml - sfeed_tests - sfeed tests and RSS and Atom files
  HTML git clone git://git.codemadness.org/sfeed_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       feedparser_rss20_ns_annotated.xml (1296B)
       ---
            1 <?xml version="1.0" encoding="utf-8"?>
            2 <rss version="2.0"
            3 xmlns:dc="http://purl.org/dc/elements/1.1/"
            4 xmlns:admin="http://webns.net/mvcb/"
            5 xmlns:content="http://purl.org/rss/1.0/modules/content/"
            6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
            7 <channel>
            8 <title>Sample Feed</title>
            9 <link>http://example.org/</link>
           10 <description>For documentation only</description>
           11 <dc:language>en-us</dc:language>
           12 <dc:creator>Mark Pilgrim (mark@example.org)</dc:creator>
           13 <dc:rights>Copyright 2004 Mark Pilgrim</dc:rights>
           14 <dc:date>2004-06-04T17:40:33-05:00</dc:date>
           15 <admin:generatorAgent rdf:resource="http://www.exampletoolkit.org/"/>
           16 <admin:errorReportsTo rdf:resource="mailto:mark@example.org"/>
           17 <item>
           18 <title>First of all</title>
           19 <link>http://example.org/archives/2002/09/04.html#first_of_all</link>
           20 <guid isPermaLink="false">1983@example.org</guid>
           21 <description>
           22 Americans are fat. Smokers are stupid. People who don’t speak Perl are irrelevant.
           23 </description>
           24 <dc:subject>Quotes</dc:subject>
           25 <dc:date>2002-09-04T13:54:20-05:00</dc:date>
           26 <content:encoded><![CDATA[<cite>Ian Hickson</cite>: <q><a href="http://ln.hixie.ch/?start=1030823786&amp;count=1?>
           27 Americans are fat. Smokers are stupid. People who don’t speak Perl are irrelevant.
           28 </a></q>
           29 ]]>
           30 </content:encoded>
           31 </item>
           32 </channel>
           33 </rss>