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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
