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

14 lines
283 B
XML

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