summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss09x/rss091.xml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/feeds/test/xml/rss09x/rss091.xml')
-rw-r--r--toolkit/components/feeds/test/xml/rss09x/rss091.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/toolkit/components/feeds/test/xml/rss09x/rss091.xml b/toolkit/components/feeds/test/xml/rss09x/rss091.xml
new file mode 100644
index 000000000..6749fc49e
--- /dev/null
+++ b/toolkit/components/feeds/test/xml/rss09x/rss091.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
+<!--
+
+Description: RSS 0.91 works
+Expect: feed.title.plainText() == "Scripting News" && result.version == "rss091"
+
+-->
+<rss version="0.91">
+ <channel>
+ <language>en</language>
+ <description>
+ News and commentary from the cross-platform scripting community.
+ </description>
+ <link>http://www.scripting.com/</link>
+ <title>Scripting News</title>
+ <image>
+ <link>http://www.scripting.com/</link>
+ <title>Scripting News</title>
+ <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url>
+ </image>
+ <item>
+ <title>stuff</title>
+ <link>http://bar.example.com</link>
+ <description>This is an article about some stuff</description>
+ </item>
+ </channel>
+</rss> \ No newline at end of file