Update MANIFEST file with new tests
[catagits/XML-Feed.git] / t / samples / rss10.xml
CommitLineData
0d5e38d1 1<?xml version="1.0" encoding="utf-8"?>
2
3<rdf:RDF
4xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5xmlns:dc="http://purl.org/dc/elements/1.1/"
6xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
7xmlns:admin="http://webns.net/mvcb/"
8xmlns:cc="http://web.resource.org/cc/"
9xmlns:content="http://purl.org/rss/1.0/modules/content/"
10xmlns="http://purl.org/rss/1.0/">
11
12<channel rdf:about="http://localhost/weblog/">
13<title>First Weblog</title>
14<link>http://localhost/weblog/</link>
15<description>This is a test weblog.</description>
16<dc:language>en-us</dc:language>
17<dc:creator>Melody</dc:creator>
18<dc:date>2004-05-29T23:39:57-08:00</dc:date>
19<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.0D" />
20
21
22<items>
23<rdf:Seq><rdf:li rdf:resource="http://localhost/weblog/2004/05/entry_two.html" />
24<rdf:li rdf:resource="http://localhost/weblog/2004/05/test.html" />
25</rdf:Seq>
26</items>
27
28</channel>
29
30<item rdf:about="http://localhost/weblog/2004/05/entry_two.html">
31<title>Entry Two</title>
32<link>http://localhost/weblog/2004/05/entry_two.html</link>
33<description>Hello!...</description>
34<content:encoded><![CDATA[<p>Hello!</p>]]></content:encoded>
35<dc:subject>Travel</dc:subject>
36<dc:creator>Melody</dc:creator>
37<dc:date>2004-05-29T23:39:25-08:00</dc:date>
38</item>
39<item rdf:about="http://localhost/weblog/2004/05/test.html">
40<title>Test</title>
41<link>http://localhost/weblog/2004/05/test.html</link>
42<description>This is a test. Why don&apos;t you come down to our place for a coffee and a chat?...</description>
43<content:encoded><![CDATA[<p>This is a test.</p>
44
45<p>Why don't you come down to our place for a coffee and a <strong>chat</strong>?</p>]]></content:encoded>
46<dc:subject>Sports</dc:subject>
47<dc:creator>Melody</dc:creator>
48<dc:date>2004-05-08T23:03:28-08:00</dc:date>
49</item>
50
51
52</rdf:RDF>