gecko/toolkit/components/feeds/test/xml/rfc4287/feed_generator.xml

33 lines
683 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: atom generator works
Expect: feed.generator.agent == 'Hmm';
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<author>
<email>hmm@example.com</email>
<name>foo</name>
</author>
<generator>Hmm</generator>
<author>
<email>bar@example.com</email>
<name>foo</name>
</author>
<title type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"><b>test</b> title</div>
</title>
<rights type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"><i>test</i> rights</div>
</rights>
<summary type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"><div><div>test</div> summary</div></div>
</summary>
</feed>