importNode still imports attributes from another document's nodes but forgets the values. How comes that this nasty behaviour is still around? Am I using importNode in some wrong way? My code is:
// declarations omitted firstChild = parsedPage.getDocumentElement().getFirstChild(); resultRoot.appendChild(result.importNode(firstChild, true)); In 1.3.1 I fixed the importNode() method to make this work, but now I am wondering if it is meant this way and I have some strange bug in my code ... can anyone confirm this behaviour of Xerces-j ? Johann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
