Xerces DOM parse

2001-06-20 Thread Mahesh Paranjape
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. T

Xerces Problem

2001-06-14 Thread Mahesh Paranjape
Hi, We are using Xerces C++ XML parser library on Mac 9.0. We are using this Xerces library in another library and while making the project it comes with unresolved external symbols viz. MPExitCriticalRegion, MPEnterCriticalRegion etc. The linker errors go if we include CarbonLib in the project,

DOM Performance

2001-05-22 Thread Mahesh Paranjape
Hello, We want to use DOM for both constructing XML and parsing XML document. Is there any bench marking done for Xerces for DOM. How may KBs of data we can parse without loosing on performance. regards, Mahesh - To unsubscri

Re: Xerces parser on Macintosh

2001-05-15 Thread Mahesh Paranjape
ahesh Paranjape" <[EMAIL PROTECTED]> wrote: > Hi, > > We have seen on Apache site procedure for bulding Xerces parser on > Macintosh. > We just need to make sure can we use same sources for both Macintosh and > WinNT. > If not how can we go for t

Xerces-C on Macintosh9.0

2001-05-15 Thread Mahesh Paranjape
Hello, If anybody has got readymade build for Xerces-C for Macintosh 9.0 please reply to my Id. regards, Mahesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Xerces parser on Macintosh

2001-05-11 Thread Mahesh Paranjape
Hi, We have seen on Apache site procedure for bulding Xerces parser on Macintosh. We just need to make sure can we use same sources for both Macintosh and WinNT. If not how can we go for this. regards, Mahesh Paranjape - To