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