RetroZilla/toolkit/components/feeds/test/xml/rss1/full_feed.xml
2015-10-20 23:03:22 -04:00

42 lines
1.1 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Description: atom generator works
Expect: result.bozo == true && feed.items.length == 1
-->
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://example.org/">
<title>fooo</title>
<link>http://weblogs.example.org/</link>
<description>fooooooo</description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2006-04-10T08:38:18-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://weblogs.example.org/archives/009698.html">
<title>Come From?</title>
<link>http://example.org/009698.html</link>
<description><![CDATA[
%G–%@ much of the code
]]></description>
<dc:date>2006-02-06T10:19:03-08:00</dc:date>
</item>
</rdf:RDF>