The validator doesn't allow multiple namespace declarations...

Hi,

 I have a problem with the validator;
 it doesn't validate XHTML (Transitional) documents
 with multiple namespace declarations;

This works:
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

This doesn't: :(
 <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:lw="http://www.sral.org/foo/lw/"
    xml:lang="en" lang="en">

 Regards,

--
Lars Wilhelmsen,
Sofware Engineer
Teleplan AS, Norway.
lars æt sral dått org
lwi æt teleplan dått no

Received on Thursday, 31 January 2002 18:12:58 UTC