summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss09x/rss091_withNS.xml
blob: 9ab2c3bf71208c4823ae812bdb6dc78b4a8fd070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> 
<!--

Description: RSS 0.91 works
Expect: feed.title.plainText() == "Scripting News" && result.version == "rss091"

-->
<rss version="0.91" xmlns="http://backend.userland.com/RsS2"> 
  <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>