RetroZilla/toolkit/components/feeds/test/xml/rfc4287/entry_id.xml

36 lines
813 B
XML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: atom entry id
Expect: feed.items.queryElementAt(1, Components.interfaces.nsIFeedEntry).id == "http://foo.example.com/hmm/ok,2006,07,11";
-->
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:foo="http://www.example.org"
foo:quux="quuux">
<title>hmm</title>
<author>
<email>hmm@example.com</email>
<name>foo</name>
</author>
<generator version="1.1" uri="http://example.org">Hmm</generator>
<author>
<email>bar@example.com</email>
<name>foo</name>
</author>
<rights type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"><i>test</i> rights</div>
</rights>
<entry></entry>
<entry foo:bar="baz">
<title>test</title>
<id>http://foo.example.com/hmm/ok,2006,07,11</id>
</entry>
</feed>