Sorry, didn't have time to look over it yesterday, will get to it today. 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? > )