You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Mahesh Paranjape <vp...@infy.com> on 2001/06/20 17:36:14 UTC

Xerces DOM parse

Hi,
 
I am using Xerces C++ XML parser on Code Warrioe 5.3 Mac 9.1.
I am able to construct a DOM tree but when I write following code it
crashes.
 
DOMParser Parser;
Parser.parse(MemBufInputSource); //Crashes
 
If we look at the code in the DOMParser.hpp, it checks for the flag
fParseInProgress. This flag becomes
true once code enters this function.
Although this runs ok on WinNT.
 
Any pointers will be welcome.
 
regards,
Mahesh
 
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org