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

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

mercurial