/[XML-Feed]/t/samples/rss20-no-summary.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

Contents of /t/samples/rss20-no-summary.xml

Parent Directory Parent Directory | Revision Log Revision Log


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

1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
3 <channel>
4 <title>First Weblog</title>
5 <link>http://localhost/weblog/</link>
6 <description>This is a test weblog.</description>
7
8 <item>
9 <title>Test</title>
10 <description>&lt;p&gt;This is a test.&lt;/p&gt;
11
12 &lt;p&gt;Why don&apos;t you come down to our place for a coffee and a &lt;strong&gt;chat&lt;/strong&gt;?&lt;/p&gt;</description>
13 <link>http://localhost/weblog/2004/05/test.html</link>
14 </item>
15 </channel>
16 </rss>

  ViewVC Help
Powered by ViewVC 1.1.26