[whatwg] <base> versus xml:base

On Mon, 05 Mar 2007 22:07:03 +0100, Keryx Web <webmaster at keryx.se> wrote:

> It may be that I've implemented this in the wrong way - corrections are  
> welcome - but it seems to me that even though <xml:base> is legal today,
> [...]

xml:base is an attribute, not an element. Should be:

    <html xmlns="http://www.w3.org/1999/xhtml"  
xml:base="http://dev.keryx.pad/xhtml/css/">
     ...

-- 
Simon Pieters

Received on Monday, 5 March 2007 13:13:31 UTC