toolkit/components/feeds/test/xml/rss09x/rss090.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/feeds/test/xml/rss09x/rss090.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!--
     1.6 +
     1.7 +Description: RSS 0.90 works
     1.8 +Expect: feed.title.plainText() == "Mozilla Dot Org" && result.version == "rss090"
     1.9 +
    1.10 +-->
    1.11 +<!-- The very first RSS file, circa 1999 -->
    1.12 +<rdf:RDF
    1.13 +xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    1.14 +xmlns="http://my.netscape.com/rdf/simple/0.9/">
    1.15 +
    1.16 +  <channel>
    1.17 +    <title>Mozilla Dot Org</title>
    1.18 +    <link>http://www.mozilla.org</link>
    1.19 +    <description>the Mozilla Organization web site</description>
    1.20 +  </channel>
    1.21 +
    1.22 +  <image>
    1.23 +    <title>Mozilla</title>
    1.24 +    <url>http://www.mozilla.org/images/moz.gif</url>
    1.25 +    <link>http://www.mozilla.org</link>
    1.26 +  </image>
    1.27 +
    1.28 +  <item>
    1.29 +    <title>New Status Updates</title>
    1.30 +    <link>http://www.mozilla.org/status/</link>
    1.31 +  </item>
    1.32 +
    1.33 +  <item>
    1.34 +    <title>Bugzilla Reorganized</title>
    1.35 +    <link>http://www.mozilla.org/bugs/</link>
    1.36 +  </item>
    1.37 +
    1.38 +  <item>
    1.39 +    <title>Mozilla Party, 2.0!</title>
    1.40 +    <link>http://www.mozilla.org/party/1999/</link>
    1.41 +  </item>
    1.42 +
    1.43 +  <item>
    1.44 +    <title>Unix Platform Parity</title>
    1.45 +    <link>http://www.mozilla.org/build/unix.html</link>
    1.46 +  </item>
    1.47 +
    1.48 +  <item>
    1.49 +    <title>NPL 1.0M published</title>
    1.50 +    <link>http://www.mozilla.org/NPL/NPL-1.0M.html</link>
    1.51 +  </item>
    1.52 +
    1.53 +</rdf:RDF> 
    1.54 \ No newline at end of file

mercurial