1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss1/feed_updated.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 + 1.7 +Description: RSS1 feed updated 1.8 +Expect: feed.updated == 'Sat, 07 Sep 2002 00:00:01 GMT' 1.9 + 1.10 +--> 1.11 +<rdf:RDF 1.12 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.13 + xmlns="http://purl.org/rss/1.0/" 1.14 + xmlns:dc='http://purl.org/dc/elements/1.1/'> 1.15 + <channel rdf:about="http://www.xml.com/xml/news.rss"> 1.16 + <title>Test</title> 1.17 + <link>http://xml.com/pub</link> 1.18 + <dc:description>another description</dc:description> 1.19 + <dc:date>Sat, 07 Sep 2002 00:00:01 GMT</dc:date> 1.20 + </channel> 1.21 + <item rdf:about="http://example.com/hmm"> 1.22 + <title>XML: A Disruptive Technology</title> 1.23 + <link>http://c.moreover.com/click/here.pl?r123</link> 1.24 + <dc:description> 1.25 + XML is placing increasingly heavy loads on the existing technical 1.26 + infrastructure of the Internet. 1.27 + </dc:description> 1.28 + </item> 1.29 +</rdf:RDF>