toolkit/components/feeds/test/xml/rss1/item_dc_creator.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/item_dc_creator.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!--
     1.6 +
     1.7 +Description: RSS1 feed w/ item dc:description
     1.8 +Expect: var author = feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).authors.queryElementAt(0, Components.interfaces.nsIFeedPerson); (author.name == "Simon St.Laurent" && author.email == "simonstl@simonstl.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 +  <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 infrastructure of the Internet.
    1.25 +    </dc:description>
    1.26 +    <dc:creator>Simon St.Laurent (mailto:simonstl@simonstl.com)</dc:creator>
    1.27 +    <dc:rights>Copyright &#169; 2000 O'Reilly &amp; Associates, Inc.</dc:rights>
    1.28 +    <dc:subject>XML</dc:subject>
    1.29 +  </item> 
    1.30 +  <item>
    1.31 +    <dc:publisher>The O'Reilly Network</dc:publisher>
    1.32 +    <dc:description>
    1.33 +      XML is placing increasingly heavy loads on the existing technical infrastructure of the Internet 2.
    1.34 +    </dc:description>
    1.35 +    <title>XML: A Disruptive Technology</title> 
    1.36 +  </item>
    1.37 +</rdf:RDF>
    1.38 \ No newline at end of file

mercurial