1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-14 04:19:22 +00:00
Files
UXP/toolkit/components/feeds/test/xml/rss2/feed_updated_lastBuildDate.xml
T

13 lines
268 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: channel lastBuildDate works
Expect: feed.updated == 'Sat, 07 Sep 2002 00:00:01 GMT'
-->
<rss version="2.0" >
<channel>
<lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
</channel>
</rss>