planet/tests/data/reconstitute/content_xhtml.xml
2006-08-16 11:54:54 -04:00

14 lines
287 B
XML

<!--
Description: xhtml content
Expect: content[0].value == 'A <b>very</b> bad day'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">A <b>very</b> bad day</div>
</content>
</entry>
</feed>