summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss09x/rss092.xml
blob: ed68bd64f87fdce228fa5df01622bc4f0d4a3978 (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.92 works
Expect: feed.title.plainText() == "Scripting News" && result.version == "rss092"

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