<!--
Description: entry id maps to guid
Expect:      $rss and $rss->items[0]['guid'] == 'http://example.com/'
Notes: 	We currently check both atom id and rss guid in the gregarius code. Magpie should normalize. 
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<entry>
  <id>http://example.com/</id>
</entry>
</feed>
