1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss09x/rss091.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> 1.6 +<!-- 1.7 + 1.8 +Description: RSS 0.91 works 1.9 +Expect: feed.title.plainText() == "Scripting News" && result.version == "rss091" 1.10 + 1.11 +--> 1.12 +<rss version="0.91"> 1.13 + <channel> 1.14 + <language>en</language> 1.15 + <description> 1.16 + News and commentary from the cross-platform scripting community. 1.17 + </description> 1.18 + <link>http://www.scripting.com/</link> 1.19 + <title>Scripting News</title> 1.20 + <image> 1.21 + <link>http://www.scripting.com/</link> 1.22 + <title>Scripting News</title> 1.23 + <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url> 1.24 + </image> 1.25 + <item> 1.26 + <title>stuff</title> 1.27 + <link>http://bar.example.com</link> 1.28 + <description>This is an article about some stuff</description> 1.29 + </item> 1.30 + </channel> 1.31 +</rss> 1.32 \ No newline at end of file