mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
33 lines
683 B
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> |