blob: 876d7613cfbb95b5fd053c5ed254efbf82f514c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: item link normalized works
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).link.spec == 'http://dallas.example.com/1983/05/06/joebob.htm'
-->
<rss version="2.0" >
<channel>
<item>
<title>test</title>
<!--<author>jbb@dallas.example.com (Joe Bob Briggs)</author>-->
<comments>http://example.org</comments>
<link>http://dallas.example.com/1983/05/06/joebob.htm</link>
<category domain="foo">bar</category>
</item>
</channel>
</rss>
|