toolkit/components/feeds/test/xml/rss09x/rss091.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 <!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