rss090sample.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
rss090sample.xml (1021B) | |
--- | |
1 <?xml version="1.0"?> | |
2 <rdf:RDF | |
3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
4 xmlns="http://channel.netscape.com/rdf/simple/0.9/"> | |
5 | |
6 <channel> | |
7 <title>Mozilla Dot Org</title> | |
8 <link>http://www.mozilla.org</link> | |
9 <description>the Mozilla Organization | |
10 web site</description> | |
11 </channel> | |
12 | |
13 <image> | |
14 <title>Mozilla</title> | |
15 <url>http://www.mozilla.org/images/moz.gif</url> | |
16 <link>http://www.mozilla.org</link> | |
17 </image> | |
18 | |
19 <item> | |
20 <title>New Status Updates</title> | |
21 <link>http://www.mozilla.org/status/</link> | |
22 </item> | |
23 | |
24 <item> | |
25 <title>Bugzilla Reorganized</title> | |
26 <link>http://www.mozilla.org/bugs/</link> | |
27 </item> | |
28 | |
29 <item> | |
30 <title>Mozilla Party, 2.0!</title> | |
31 <link>http://www.mozilla.org/party/1999/</link> | |
32 </item> | |
33 | |
34 <item> | |
35 <title>Unix Platform Parity</title> | |
36 <link>http://www.mozilla.org/build/unix.html</link> | |
37 </item> | |
38 | |
39 <item> | |
40 <title>NPL 1.0M published</title> | |
41 <link>http://www.mozilla.org/NPL/NPL-1.0M.html</link> | |
42 </item> | |
43 | |
44 </rdf:RDF> |