You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Philippe MOUAWAD <ph...@effix.fr> on 2000/06/26 16:04:57 UTC

cloneNode is not working


Hi,
I use in my code the method cloneNode from Document interface.
this.documentClone = (Document) domDocument.cloneNode(true);
It does nothing.
The same code used with JAXP works.

So I think it's a bug.

Phil.
Thanks