[EMAIL PROTECTED] wrote: > > Arkin, are you able to reproduce the problem?
I've created a simple document having a root element and three elements within. I removed the middle one, the last one and the first one, and each remove operation works fine. arkin > > > Assaf Arkin > <[EMAIL PROTECTED] To: [EMAIL PROTECTED] > e.com> cc: > Sent by: Subject: Re: Problem with > node.removeChild() > [EMAIL PROTECTED] > office.com > > > 01/11/00 11:56 > AM > Please respond > to xerces-dev > > > > 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? > > )