1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss1/feed_description_with_dc.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 + 1.7 +Description: RSS1 feed description works normalized 1.8 +Expect: feed.subtitle.text == 'a description' 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 + <channel rdf:about="http://www.xml.com/xml/news.rss"> 1.17 + <title>Test</title> 1.18 + <link>http://xml.com/pub</link> 1.19 + <dc:description>another description</dc:description> 1.20 + <description>a description</description> 1.21 + </channel> 1.22 +</rdf:RDF>