toolkit/components/feeds/test/xml/rfc4287/feed_atom_rights_xhtml.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/feed_atom_rights_xhtml.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<?xml version="1.0" encoding="iso-8859-1"?>
     1.5 +<!--
     1.6 +
     1.7 +Description: atom rights works with HTML
     1.8 +Expect: feed.fields.getProperty('atom:rights') != null
     1.9 +
    1.10 +-->
    1.11 +<feed xmlns="http://www.w3.org/2005/Atom">
    1.12 +  <title type="xhtml">
    1.13 +    <div xmlns="http://www.w3.org/1999/xhtml"><b>test</b> title</div>
    1.14 +  </title>
    1.15 +  <rights type="xhtml">
    1.16 +    <div xmlns="http://www.w3.org/1999/xhtml"><i>test</i> rights</div>
    1.17 +  </rights>
    1.18 +  <summary type="xhtml">
    1.19 +    <div xmlns="http://www.w3.org/1999/xhtml"><div><div>test</div> summary</div></div>
    1.20 +  </summary>
    1.21 +</feed>
    1.22 \ No newline at end of file

mercurial