1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss1/feed_bogus_title.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,45 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 + 1.7 +Description: RSS1 feed w/ bogus title element 1.8 +Expect: feed.title.text == 'Correct Title' 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 + 1.16 + 1.17 + 1.18 + <title>Bogus</title> 1.19 + 1.20 + 1.21 + 1.22 + <channel rdf:about="http://www.xml.com/xml/news.rss"> 1.23 + <title>Correct Title</title> 1.24 + <link>http://xml.com/pub</link> 1.25 + <dc:description>another description</dc:description> 1.26 + </channel> 1.27 + 1.28 + 1.29 + 1.30 + <title>Bogus</title> 1.31 + 1.32 + 1.33 + 1.34 + <item> 1.35 + <title>XML: A Disruptive Technology</title> 1.36 + <link>http://c.moreover.com/click/here.pl?r123</link> 1.37 + <dc:description> 1.38 + XML is placing increasingly heavy loads on the existing technical infrastructure of the Internet. 1.39 + </dc:description> 1.40 + </item> 1.41 + <item> 1.42 + <dc:publisher>The O'Reilly Network</dc:publisher> 1.43 + <dc:description> 1.44 + XML is placing increasingly heavy loads on the existing technical infrastructure of the Internet 2. 1.45 + </dc:description> 1.46 + <title>XML: A Disruptive Technology</title> 1.47 + </item> 1.48 +</rdf:RDF>