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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/places/tests/chrome/rss_as_html.rss	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<?xml version="1.0" encoding="ISO-8859-1" ?>
     1.5 +<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     1.6 +<channel>
     1.7 +<title>sadfasdfasdfasfasdf</title>
     1.8 +<link>http://www.example.com</link>
     1.9 +<description>asdfasdfasdf.example.com</description>
    1.10 +<language>de</language>
    1.11 +<copyright>asdfasdfasdfasdf</copyright>
    1.12 +<lastBuildDate>Tue, 11 Mar 2008 18:52:52 +0100</lastBuildDate>
    1.13 +<docs>http://blogs.law.harvard.edu/tech/rss</docs>
    1.14 +<ttl>10</ttl>
    1.15 +<item>
    1.16 +<title>The First Title</title>
    1.17 +<link>http://www.example.com/index.html</link>
    1.18 +<pubDate>Tue, 11 Mar 2008 18:24:43 +0100</pubDate>
    1.19 +<content:encoded>
    1.20 +<![CDATA[
    1.21 +<p>
    1.22 +askdlfjas;dfkjas;fkdj
    1.23 +</p>
    1.24 +]]>
    1.25 +</content:encoded>
    1.26 +<description>aklsjdhfasdjfahasdfhj</description>
    1.27 +<guid>http://foo.example.com/asdfasdf</guid>
    1.28 +</item>
    1.29 +</channel>
    1.30 +</rss>

mercurial