1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss1/item_link_normalized.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 + 1.7 +Description: RSS1 feed w/ item link 1.8 +Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).link.spec == 'http://c.moreover.com/click/here.pl?r123' 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 + </channel> 1.20 + <item> 1.21 + <title>XML: A Disruptive Technology</title> 1.22 + <link>http://c.moreover.com/click/here.pl?r123</link> 1.23 + <dc:description> 1.24 + XML is placing increasingly heavy loads on the existing technical 1.25 + infrastructure of the Internet. 1.26 + </dc:description> 1.27 + <!-- <dc:publisher>The O'Reilly Network</dc:publisher> 1.28 + <dc:creator>Simon St.Laurent (mailto:simonstl@simonstl.com)</dc:creator> 1.29 + <dc:rights>Copyright © 2000 O'Reilly & Associates, Inc.</dc:rights> 1.30 + <dc:subject>XML</dc:subject>--> 1.31 + </item> 1.32 + <item> 1.33 + 1.34 + </item> 1.35 +</rdf:RDF> 1.36 \ No newline at end of file