mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
14 lines
367 B
XML
14 lines
367 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: channel pubDate works
|
|
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).updated == 'Sat, 07 Sep 2002 00:00:01 GMT'
|
|
|
|
-->
|
|
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
<channel>
|
|
<item>
|
|
<dc:date>Sat, 07 Sep 2002 00:00:01 GMT</dc:date>
|
|
</item>
|
|
</channel>
|
|
</rss> |