/[XML-Feed]/t/samples/rss10.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.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: 1816 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:sy="http://purl.org/rss/1.0/modules/syndication/"
7     xmlns:admin="http://webns.net/mvcb/"
8     xmlns:cc="http://web.resource.org/cc/"
9     xmlns:content="http://purl.org/rss/1.0/modules/content/"
10     xmlns="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>

  ViewVC Help
Powered by ViewVC 1.1.26