diff options
Diffstat (limited to 'toolkit/components/feeds/test/xml/rss09x/rss093.xml')
-rw-r--r-- | toolkit/components/feeds/test/xml/rss09x/rss093.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/toolkit/components/feeds/test/xml/rss09x/rss093.xml b/toolkit/components/feeds/test/xml/rss09x/rss093.xml new file mode 100644 index 000000000..f1bb81ddf --- /dev/null +++ b/toolkit/components/feeds/test/xml/rss09x/rss093.xml @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<!-- + +Description: RSS 0.93 works +Expect: feed.title.plainText() == "Scripting News" && result.version == "rss093" + +--> +<rss version="0.93"> + <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 |