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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:04acc4d4935d
1 <?xml version="1.0"?>
2 <!--
3
4 Description: RSS 0.90 works
5 Expect: feed.title.plainText() == "Mozilla Dot Org" && result.version == "rss090"
6
7 -->
8 <!-- The very first RSS file, circa 1999 -->
9 <rdf:RDF
10 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
11 xmlns="http://my.netscape.com/rdf/simple/0.9/">
12
13 <channel>
14 <title>Mozilla Dot Org</title>
15 <link>http://www.mozilla.org</link>
16 <description>the Mozilla Organization web site</description>
17 </channel>
18
19 <image>
20 <title>Mozilla</title>
21 <url>http://www.mozilla.org/images/moz.gif</url>
22 <link>http://www.mozilla.org</link>
23 </image>
24
25 <item>
26 <title>New Status Updates</title>
27 <link>http://www.mozilla.org/status/</link>
28 </item>
29
30 <item>
31 <title>Bugzilla Reorganized</title>
32 <link>http://www.mozilla.org/bugs/</link>
33 </item>
34
35 <item>
36 <title>Mozilla Party, 2.0!</title>
37 <link>http://www.mozilla.org/party/1999/</link>
38 </item>
39
40 <item>
41 <title>Unix Platform Parity</title>
42 <link>http://www.mozilla.org/build/unix.html</link>
43 </item>
44
45 <item>
46 <title>NPL 1.0M published</title>
47 <link>http://www.mozilla.org/NPL/NPL-1.0M.html</link>
48 </item>
49
50 </rdf:RDF>

mercurial