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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <!--
michael@0 2
michael@0 3 Description: atom generator works
michael@0 4 Expect: result.bozo == true && feed.items.length == 1
michael@0 5
michael@0 6 -->
michael@0 7 <rdf:RDF
michael@0 8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
michael@0 9 xmlns:dc="http://purl.org/dc/elements/1.1/"
michael@0 10 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
michael@0 11 xmlns:admin="http://webns.net/mvcb/"
michael@0 12 xmlns:cc="http://web.resource.org/cc/"
michael@0 13 xmlns="http://purl.org/rss/1.0/">
michael@0 14
michael@0 15 <channel rdf:about="http://example.org/">
michael@0 16 <title>fooo</title>
michael@0 17 <link>http://weblogs.example.org/</link>
michael@0 18 <description>fooooooo</description>
michael@0 19 <dc:language>en-us</dc:language>
michael@0 20 <dc:creator></dc:creator>
michael@0 21 <dc:date>2006-04-10T08:38:18-08:00</dc:date>
michael@0 22 <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
michael@0 23
michael@0 24
michael@0 25 <items>
michael@0 26 <rdf:Seq>
michael@0 27 <rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" />
michael@0 28 </rdf:Seq>
michael@0 29
michael@0 30 </items>
michael@0 31
michael@0 32 </channel>
michael@0 33 <item rdf:about="http://weblogs.example.org/archives/009698.html">
michael@0 34 <title>Come From?</title>
michael@0 35 <link>http://example.org/009698.html</link>
michael@0 36 <description><![CDATA[
michael@0 37 %G–%@ much of the code
michael@0 38 ]]></description>
michael@0 39 <dc:date>2006-02-06T10:19:03-08:00</dc:date>
michael@0 40 </item>
michael@0 41 </rdf:RDF>

mercurial