feedparser_rss10_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_rss10_annotated.xml (1497B)
---
1 <?xml version="1.0" encoding="utf-8"?>
2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
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:cc="http://web.resource.org/cc/"
7 xmlns="http://purl.org/rss/1.0/">
8 <channel rdf:about="http://www.example.org/index.rdf">
9 <title>Sample Feed</title>
10 <link>http://www.example.org/</link>
11 <description>For documentation only</description>
12 <dc:language>en</dc:language>
13 <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
14 <dc:creator>Mark Pilgrim (mark@example.org)</dc:creator>
15 <dc:date>2004-06-04T17:40:33-05:00</dc:date>
16 <admin:generatorAgent rdf:resource="http://www.exampletoolkit.org/"/>
17 <admin:errorReportsTo rdf:resource="mailto:mark@example.org"/>
18 <items>
19 <rdf:Seq>
20 <rdf:li rdf:resource="http://www.example.org/1" />
21 </rdf:Seq>
22 </items>
23 </channel>
24 <item rdf:about="http://www.example.org/1">
25 <title>First of all</title>
26 <link>http://example.org/archives/2002/09/04.html#first_of_all</link>
27 <description>
28 Americans are fat. Smokers are stupid. People who don’t speak Perl are irrelevant.
29 </description>
30 <dc:subject>Quotes</dc:subject>
31 <dc:date>2004-05-30T14:23:54-06:00</dc:date>
32 <content:encoded><![CDATA[<cite>Ian Hickson</cite>: <q><a href="http://ln.hixie.ch/?start=1030823786&count=1">
33 Americans are fat. Smokers are stupid. People who don’t speak Perl are irrelevant.
34 </a></q>]]>
35 </content:encoded>
36 </item>
37 </rdf:RDF>