toolkit/components/feeds/test/xml/rss09x/rss093.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/rss093.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!--
     1.6 +
     1.7 +Description: RSS 0.93 works
     1.8 +Expect: feed.title.plainText() == "Scripting News" && result.version == "rss093"
     1.9 +
    1.10 +-->
    1.11 +<rss version="0.93"> 
    1.12 +  <channel> 
    1.13 +  <language>en</language> 
    1.14 +  <description>
    1.15 +     News and commentary from the cross-platform scripting community.
    1.16 +  </description>
    1.17 +  <link>http://www.scripting.com/</link> 
    1.18 +  <title>Scripting News</title> 
    1.19 +  <image> 
    1.20 +    <link>http://www.scripting.com/</link> 
    1.21 +    <title>Scripting News</title> 
    1.22 +    <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url> 
    1.23 +  </image>
    1.24 +  <item> 
    1.25 +    <title>stuff</title>
    1.26 +    <link>http://bar.example.com</link>
    1.27 +    <description>This is an article about some stuff</description>
    1.28 +  </item> 
    1.29 +  </channel> 
    1.30 +</rss>
    1.31 \ No newline at end of file

mercurial