<!--
  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
-->

<!--
  Description:  contributor name must not include HTML (even in CDATA)
  Expect:       ContainsHTML{parent:contributor,element:name}
-->

<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
<contributor>
<name><![CDATA[<b>Invalid name</b>]]></name>
</contributor>
</entry>
</feed>
