toolkit/components/feeds/test/xml/rss1/feed_title_extra_att.xml

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

mercurial