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

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

mercurial