<!--
Description: entry contributor url relative to feed xml:base
-->
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://example.com/test/">
    <entry>
        <contributor>
            <uri>/relative/link</uri>
        </contributor>
    </entry>
</feed>
