1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/feed_generator_version.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1"?> 1.5 +<!-- 1.6 + 1.7 +Description: atom generator works 1.8 +Expect: feed.generator.version == "1.1" 1.9 + 1.10 +--> 1.11 +<feed xmlns="http://www.w3.org/2005/Atom"> 1.12 + 1.13 +<author> 1.14 +<email>hmm@example.com</email> 1.15 +<name>foo</name> 1.16 +</author> 1.17 + 1.18 + 1.19 + <generator version="1.1" uri="http://example.org">Hmm</generator> 1.20 + 1.21 +<author> 1.22 +<email>bar@example.com</email> 1.23 +<name>foo</name> 1.24 +</author> 1.25 + 1.26 + 1.27 + <title type="xhtml"> 1.28 + <div xmlns="http://www.w3.org/1999/xhtml"><b>test</b> title</div> 1.29 + </title> 1.30 + <rights type="xhtml"> 1.31 + <div xmlns="http://www.w3.org/1999/xhtml"><i>test</i> rights</div> 1.32 + </rights> 1.33 + <summary type="xhtml"> 1.34 + <div xmlns="http://www.w3.org/1999/xhtml"><div><div>test</div> summary</div></div> 1.35 + </summary> 1.36 +</feed> 1.37 \ No newline at end of file