gecko/toolkit/components/feeds/test/xml/rss09x/rss092.xml

27 lines
724 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!--
Description: RSS 0.92 works
Expect: feed.title.plainText() == "Scripting News" && result.version == "rss092"
-->
<rss version="0.92">
<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>