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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:8aa302175a56
1 <?xml version="1.0"?>
2 <!--
3
4 Description: RSS 0.92 works
5 Expect: feed.title.plainText() == "Scripting News" && result.version == "rss092"
6
7 -->
8 <rss version="0.92">
9 <channel>
10 <language>en</language>
11 <description>
12 News and commentary from the cross-platform scripting community.
13 </description>
14 <link>http://www.scripting.com/</link>
15 <title>Scripting News</title>
16 <image>
17 <link>http://www.scripting.com/</link>
18 <title>Scripting News</title>
19 <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url>
20 </image>
21 <item>
22 <title>stuff</title>
23 <link>http://bar.example.com</link>
24 <description>This is an article about some stuff</description>
25 </item>
26 </channel>
27 </rss>

mercurial