<!--
Description: item guid does not override link
Expect:      not bozo and entries[0]['link'] == u'http://link.example.com/'
-->
<rss version="2.0">
<channel>
<item>
<link>http://link.example.com/</link>
<guid>http://guid.example.com/</guid>
</item>
</channel>
</rss>