Re: Should Document.cloneNode() work in Level 1?

Alfie,

>The problem with transferNode below is that it assumes that
>the destination node can change the ownerDocument for the
>node, which currently isn't possible between implementations.


Yeah, I realized my forgetfulness right after posting it.  This basically
forces transferNode implementation to always move by copying the content.

However, your suggestion also forces cloning.  The question is, are there
any way to do this without cloning?  Just change the definition of
insertChild/appendChild?

Don

Received on Wednesday, 9 September 1998 05:08:55 UTC