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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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