Hi! I am new to Xerces 2 for Java and i am trying to copy a part of a dom tree to a new dom document but with cloneNode(true) and then appendChild(..), i just get a DOMException:
DOMException: DOM005 Wrong document So i looked at DOMException! It just tells me that i cannot use a node in a document which it did not create it! *grmbl* Is there any help (method) or do i have to write recursive function which is creating all the elements and values? thnx OEzguer Demir p.s.: sorry for my bad english! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
