<!--
Description: entry link href maps to link if rel="alternate" and type="text/html"
Expect:      $rss and $rss->items[0]['link'] == 'http://www.example.com/'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<entry>
  <link rel="alternate" type="text/html" href="http://www.example.com/"/>
</entry>
</feed>
