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

<!--
  Description:  feed author name can not be blank
  Expect:       NotBlank{parent:author,element:name}
-->

<feed xmlns="http://www.w3.org/2005/Atom">
<author>
<name></name>
</author>
</feed>
