Cleanup
[catagits/XML-Feed.git] / t / samples / rss10-invalid-date.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <rdf:RDF
4 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:dcterms="http://purl.org/rss/1.0/modules/dcterms/"
7 xmlns="http://purl.org/rss/1.0/">
8
9 <channel rdf:about="http://localhost/weblog/">
10 <title>First Weblog</title>
11 <items>
12 <rdf:Seq>
13 <rdf:li rdf:resource="http://localhost/weblog/2004/05/entry_two.html" />
14 </rdf:Seq>
15 </items>
16 </channel>
17
18 <item rdf:about="http://localhost/weblog/2004/05/entry_two.html">
19 <dc:date>May 29, 2004 23:39:25</dc:date>
20 <dcterms:modified>May 29, 2004 23:39:25</dcterms:modified>
21 </item>
22
23 </rdf:RDF>