/[XML-Feed]/t/samples/rss10-invalid-date.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /t/samples/rss10-invalid-date.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sun Mar 16 19:47:49 2008 UTC (16 years, 1 month ago) by dpavlin
File MIME type: text/xml
File size: 625 byte(s)
import XML::Feed 0.12 from CPAN

1 dpavlin 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>

  ViewVC Help
Powered by ViewVC 1.1.26