<!--
Description: entry content xml:base resets properly on new element
Expect: not bozo and entries[0]['content'][0]['base'] == 'http://example.com/test/'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/">
<entry>
<summary type="application/xhtml+xml" xml:base="http://example.com/info/"><div xmlns="http://www.w3.org/1999/xhtml">blah blah blah</div></summary>
<content type="application/xhtml+xml" xml:base="http://example.com/test/"><div xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a></div></content>
</entry>
</feed>
|