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

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"?>
     2 <!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> 
     3 <!--
     5 Description: RSS 0.91 works
     6 Expect: feed.title.plainText() == "Scripting News" && result.version == "rss091"
     8 -->
     9 <rss version="0.91"> 
    10   <channel> 
    11   <language>en</language> 
    12   <description>
    13      News and commentary from the cross-platform scripting community.
    14   </description>
    15   <link>http://www.scripting.com/</link> 
    16   <title>Scripting News</title> 
    17   <image> 
    18     <link>http://www.scripting.com/</link> 
    19     <title>Scripting News</title> 
    20     <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url> 
    21   </image>
    22   <item> 
    23     <title>stuff</title>
    24     <link>http://bar.example.com</link>
    25     <description>This is an article about some stuff</description>
    26   </item> 
    27   </channel> 
    28 </rss>

mercurial