1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss1/full_feed_unknown_extension.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,55 @@ 1.4 +<!-- 1.5 + 1.6 +Description: rss1 unknown elements does not cause error 1.7 +Expect: 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 + 1.29 + 1.30 + 1.31 + 1.32 + 1.33 +<foo:bar xmlns:foo="http://example.org">baz</foo:bar> 1.34 + 1.35 + 1.36 + 1.37 + 1.38 + 1.39 + 1.40 + 1.41 + 1.42 + 1.43 + 1.44 +<items> 1.45 +<rdf:Seq> 1.46 +<rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" /> 1.47 +</rdf:Seq> 1.48 + 1.49 +</items> 1.50 + 1.51 +</channel> 1.52 +<item rdf:about="http://weblogs.example.org/archives/009698.html"> 1.53 +<title>Come From?</title> 1.54 +<link>http://example.org/009698.html</link> 1.55 +<description><![CDATA[much of the code]]></description> 1.56 +<dc:date>2006-02-06T10:19:03-08:00</dc:date> 1.57 +</item> 1.58 +</rdf:RDF>