summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss09x/rss094.xml
blob: 1c2b17a24d58b046165949856baa65ff3a05c30f (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
<?xml version="1.0"?>
<!--

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

-->
<rss version="0.94"> 
  <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>