Geoffrey Sneddon wrote:
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?

Not necessarily. The base element should only appear in the head section of an HTML document, so it's not actually valid in an HTML fragment like this. I suppose you could support it if you wanted to, but I don't think you'd be wrong to ignore it.

Regards
James

Reply via email to