UNPKG

1.1 kBapplication/atom+xmlView Raw
1<?xml version="1.0" encoding="utf-8"?>
2<feed xmlns="http://www.w3.org/2005/Atom" xmlns:h="http://www.w3.org/1999/xhtml">
3 <title>Prefixed XHTML with unprefixed bogo-namespace</title>
4 <updated>2006-01-22T19:47:34Z</updated>
5 <link href="http://example.org/tests/namespace/result.html"/>
6 <author>
7 <name>Henri Sivonen</name>
8 <email>hsivonen@iki.fi</email>
9 </author>
10 <id>http://hsivonen.iki.fi/test/unknown-namespace.atom</id>
11 <entry>
12 <id>http://hsivonen.iki.fi/test/unknown-namespace.atom/entry</id>
13 <title>This entry contains XHTML-looking markup that is not XHTML</title>
14 <link href="http://example.org/tests/namespace/result.html"/>
15 <updated>2006-01-22T19:47:34Z</updated>
16 <content type="xhtml"><h:div xmlns='http://hsivonen.iki.fi/FooML'>
17 <h:ul>
18 <h:li>This is an XHTML list item. If it is not rendered as a list item, the namespace support of the client app is broken.</h:li>
19 </h:ul>
20 <ul>
21 <li>This is not an XHTML list item. If it is rendered as a list item, the namespace support of the client app is broken.</li>
22 </ul>
23 </h:div></content>
24 </entry>
25</feed>