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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version="1.0"?>
     2 <!--
     4 Description: RSS 0.90 works
     5 Expect: feed.title.plainText() == "Mozilla Dot Org" && result.version == "rss090"
     7 -->
     8 <!-- The very first RSS file, circa 1999 -->
     9 <rdf:RDF
    10 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    11 xmlns="http://my.netscape.com/rdf/simple/0.9/">
    13   <channel>
    14     <title>Mozilla Dot Org</title>
    15     <link>http://www.mozilla.org</link>
    16     <description>the Mozilla Organization web site</description>
    17   </channel>
    19   <image>
    20     <title>Mozilla</title>
    21     <url>http://www.mozilla.org/images/moz.gif</url>
    22     <link>http://www.mozilla.org</link>
    23   </image>
    25   <item>
    26     <title>New Status Updates</title>
    27     <link>http://www.mozilla.org/status/</link>
    28   </item>
    30   <item>
    31     <title>Bugzilla Reorganized</title>
    32     <link>http://www.mozilla.org/bugs/</link>
    33   </item>
    35   <item>
    36     <title>Mozilla Party, 2.0!</title>
    37     <link>http://www.mozilla.org/party/1999/</link>
    38   </item>
    40   <item>
    41     <title>Unix Platform Parity</title>
    42     <link>http://www.mozilla.org/build/unix.html</link>
    43   </item>
    45   <item>
    46     <title>NPL 1.0M published</title>
    47     <link>http://www.mozilla.org/NPL/NPL-1.0M.html</link>
    48   </item>
    50 </rdf:RDF> 

mercurial