had the same problem this morning.
Node aNode = document_from.getDocumentElement();
Node newNode = document_to.importNode(aNode, true);
thisElement.appendChild(newNode);
>Hi All
>I am creating/updating a DOM_Document wherein I want to copy a DOM_Node
from
>one DOM_Document to another.
>I am able to do same within the same DOM_Document .using (appendChild())
>Can anyone help so as to how to do same accross two DOM_Document(s). ?
----------------------------------------------------------------
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or
other use of, or taking of any action in reliance upon, this
information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the
sender and delete the material from any computer.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]