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

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

The system detected a protection exception (System Completion Code=0C4).

>From entry point xercesc_2_2::AbstractDOMParser::~AbstractDOMParser() at
compile
entry offset +000000EC at address 19FF59BC.


+000000EC  xercesc_2_2::AbstractDOMParser::~AbstractDOMParser()       
                         19FF58D0  +000000EC              IXM4C52     
+000000AA  xercesc_2_2::DOMBuilderImpl::~DOMBuilderImpl()             
                         19FF6A58  +000000AA              IXM4C52     
+00000070  xercesc_2_2::DOMBuilderImpl::release()                     
                         1A228440  +00000070              IXM4C52     
+00000266  hcsSCHEMA::~hcsSCHEMA()                                      

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

// Instantiate the DOM parser.                                      
static const XMLCh gLS   = { chLatin_L, chLatin_S, chNull };        
sstate->impl = DOMImplementationRegistry::getDOMImplementation(gLS);

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

Reply via email to