1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss1/feed_version.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 + 1.7 +Description: RSS1 Version works 1.8 +Expect: result.version == 'rss1' 1.9 +--> 1.10 +<rdf:RDF 1.11 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.12 + xmlns="http://purl.org/rss/1.0/" 1.13 +> 1.14 + <channel rdf:about="http://www.xml.com/xml/news.rss"> 1.15 + <title>Test</title> 1.16 + </channel> 1.17 +</rdf:RDF> 1.18 \ No newline at end of file