toolkit/components/feeds/test/xml/rss1/full_feed_unknown_extension.xml

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:0c4615607928
1 <!--
2
3 Description: rss1 unknown elements does not cause error
4 Expect: feed.items.length == 1
5
6 -->
7 <rdf:RDF
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:dc="http://purl.org/dc/elements/1.1/"
10 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
11 xmlns:admin="http://webns.net/mvcb/"
12 xmlns:cc="http://web.resource.org/cc/"
13 xmlns="http://purl.org/rss/1.0/">
14
15 <channel rdf:about="http://example.org/">
16 <title>fooo</title>
17 <link>http://weblogs.example.org/</link>
18 <description>fooooooo</description>
19 <dc:language>en-us</dc:language>
20 <dc:creator></dc:creator>
21 <dc:date>2006-04-10T08:38:18-08:00</dc:date>
22 <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
23
24
25
26
27
28
29
30 <foo:bar xmlns:foo="http://example.org">baz</foo:bar>
31
32
33
34
35
36
37
38
39
40
41 <items>
42 <rdf:Seq>
43 <rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" />
44 </rdf:Seq>
45
46 </items>
47
48 </channel>
49 <item rdf:about="http://weblogs.example.org/archives/009698.html">
50 <title>Come From?</title>
51 <link>http://example.org/009698.html</link>
52 <description><![CDATA[much of the code]]></description>
53 <dc:date>2006-02-06T10:19:03-08:00</dc:date>
54 </item>
55 </rdf:RDF>

mercurial