Hi,

> How do you delete/release and or free the dom
> object tree when you are done with it..

Are you talking about the parser or the doucument? You can delete the
parser, but you should only release the document as it does some
additional cleanup. Additionally, if you got the document from the parser
then you need to adopt it if you want to relase it, otherwise the parser
will do it for you.

>
> I tried dom->release() but I got a nasty 0C4 abend
> with the following trace:

Did you call delete on the parser after the release without adopting the
document?

> Also how do you and/or can you clean up the memory attached to the
> implementation pointer ???

Thats taken care of. If you have any doubts about this kind of stuff a
good place to start is the samples.

Gareth


-- 
Gareth Reakes, Managing Director            +44-1865-811184
Parthenon Computing                http://www.parthcomp.com




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to