Re: DOM 3 Core namespace normalisation and Level 1 nodes

On Thu, 2004-02-19 at 07:31, Andrew Clover wrote:
> There's an issue with namespace normalisation in the reference algo
> (B.1) in PR which I hadn't noticed until DOM-TS started testing for
> it:
> 
>     if ( Element's localName is null )
>     {
>        // DOM Level 1 node
>        [...]
>        Otherwise, report an error
> 
> I believe this behaviour to be undesirable. It would mean you'd be
> unable to serialise any document containing Level 1 Elements
> (or Attrs) without deliberately setting the DOMConfiguration
> parameter 'namespaces' to false.

I added this in our issues list:
http://www.w3.org/2004/02/19-dom-level-3-issues/issues.html#xmlns-normalization

> Oh, and on a completely unrelated issue, the resolution to issue
> CR-andrew2 should be applied to setIdAttributeNode as well as
> setIdAttribute and setIdAttributeNS. And finally a typo in
> UserDataHandler.handle: "DOM applications must not raised
> exceptions..."

Fixed.

Philippe, typo maker since the 1980s.

Received on Thursday, 19 February 2004 13:50:07 UTC