If we come across something like: "<description type="html"><![CDATA [<base url="http://example.com/"><a href="test.html">Test Link</a>]] ></description>", I assume the link should point to <http:// example.com/test.html>, due to the <base> element? I assume, likewise, that <base> would take precedence over xml:base, as it is directly within the content.
- Geoffrey Sneddon