<!--
Description: entry author name maps to author if no email present
Expect:      $rss and $rss->items[0]['author'] =='Example author'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<entry>
  <author>
    <name>Example author</name>
    <url>http://example.com/</url>
  </author>
</entry>
</feed>
