1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss1/full_feed.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +<!-- 1.5 + 1.6 +Description: atom generator works 1.7 +Expect: result.bozo == true && feed.items.length == 1 1.8 + 1.9 +--> 1.10 +<rdf:RDF 1.11 +xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.12 +xmlns:dc="http://purl.org/dc/elements/1.1/" 1.13 +xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 1.14 +xmlns:admin="http://webns.net/mvcb/" 1.15 +xmlns:cc="http://web.resource.org/cc/" 1.16 +xmlns="http://purl.org/rss/1.0/"> 1.17 + 1.18 +<channel rdf:about="http://example.org/"> 1.19 +<title>fooo</title> 1.20 +<link>http://weblogs.example.org/</link> 1.21 +<description>fooooooo</description> 1.22 +<dc:language>en-us</dc:language> 1.23 +<dc:creator></dc:creator> 1.24 +<dc:date>2006-04-10T08:38:18-08:00</dc:date> 1.25 +<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" /> 1.26 + 1.27 + 1.28 +<items> 1.29 +<rdf:Seq> 1.30 +<rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" /> 1.31 +</rdf:Seq> 1.32 + 1.33 +</items> 1.34 + 1.35 +</channel> 1.36 +<item rdf:about="http://weblogs.example.org/archives/009698.html"> 1.37 +<title>Come From?</title> 1.38 +<link>http://example.org/009698.html</link> 1.39 +<description><![CDATA[ 1.40 + %Gâ%@ much of the code 1.41 +]]></description> 1.42 +<dc:date>2006-02-06T10:19:03-08:00</dc:date> 1.43 +</item> 1.44 +</rdf:RDF>