toolkit/components/places/tests/chrome/rss_as_html.rss

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <?xml version="1.0" encoding="ISO-8859-1" ?>
michael@0 2 <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
michael@0 3 <channel>
michael@0 4 <title>sadfasdfasdfasfasdf</title>
michael@0 5 <link>http://www.example.com</link>
michael@0 6 <description>asdfasdfasdf.example.com</description>
michael@0 7 <language>de</language>
michael@0 8 <copyright>asdfasdfasdfasdf</copyright>
michael@0 9 <lastBuildDate>Tue, 11 Mar 2008 18:52:52 +0100</lastBuildDate>
michael@0 10 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
michael@0 11 <ttl>10</ttl>
michael@0 12 <item>
michael@0 13 <title>The First Title</title>
michael@0 14 <link>http://www.example.com/index.html</link>
michael@0 15 <pubDate>Tue, 11 Mar 2008 18:24:43 +0100</pubDate>
michael@0 16 <content:encoded>
michael@0 17 <![CDATA[
michael@0 18 <p>
michael@0 19 askdlfjas;dfkjas;fkdj
michael@0 20 </p>
michael@0 21 ]]>
michael@0 22 </content:encoded>
michael@0 23 <description>aklsjdhfasdjfahasdfhj</description>
michael@0 24 <guid>http://foo.example.com/asdfasdf</guid>
michael@0 25 </item>
michael@0 26 </channel>
michael@0 27 </rss>

mercurial