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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:cc0c5cceab95
1 <?xml version="1.0"?>
2 <!--
3
4 Description: RSS 0.93 works
5 Expect: feed.title.plainText() == "Scripting News" && result.version == "rss093"
6
7 -->
8 <rss version="0.93">
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