summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss2/feed_wfw_commentrss.xml
blob: fb1d896091d839a27de33d2086f4bdaff0d2efe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="iso-8859-1"?>
<!--

Description: channel copyright works 
Expect:      feed.fields.getProperty('wfw:commentRss') == 'http://example.org'

-->
<rss xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0" >
<channel xmlns:dc="http://purl.org/dc/elements/1.1/">
<copyright>copyright 2006</copyright>
<dc:creator>me</dc:creator>
<wfw:commentRss>http://example.org</wfw:commentRss>
<dc:contributor>them</dc:contributor>
</channel>
</rss>