|
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> |