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

Description: entry pubDate works 
Expect:      feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).published == 'Tue, 02 Sep 2003 00:00:01 GMT'

-->
<rss version="2.0" xmlns:dcterms="http://purl.org/dc/terms/">
<channel>
<item>
<pubDate>Tue, 02 Sep 2003 00:00:01 GMT</pubDate>
</item>
</channel>
</rss>