Hi all,
I have a couple of question on RemoveChild() method in DOMNode class. We are using Xerces 2.2.0. Any help would be appreciated.
1. After I call RemoveChild(), do I still have to call release() on the returned object to free up the memory?
2. What happens if I don't call a release() on the removed child element, and the document that owned it gets released, will the memory taken by the element node still be freed up?
Thx,
Ravin
