It doesn't seem that the HTML DOM is in any way interfering with the remove process. An HTMLElementImpl simply extends the Xerces DOMElementImpl which doesn't seem to affect the remove process.
Can someone detect what's happening? arkin [EMAIL PROTECTED] wrote: > > Hi all-- > > I'm using the Xerces HTMLDom (on some intermediate build that Arkin gave > me), and am not able to remove a node. I call > > nodeParent.removeChild(nodeChild) > but when I output the document, the child node is still there. Am I > missing something? > )