Hi,
Hallmark, Brent A wrote:
I have spent several hours trying to figure out why I can't 'release' my
domDoc. Hoping someone can give me some direction. I am a novice with
XML.
Seems that parser was deleted after parsing so document was deleted also (see the comment for parse in dom\DOMBuilder.hpp).
You could try the following code before parsing:
po.domBuilder0->setFeature(XMLUni::fgXercesUserAdoptsDOMDocument, true);


Good luck !


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



Reply via email to