Re: SAXParser with different InputSource

2004-09-16 Thread Alberto Massari
Hi Frank, At 16.16 15/09/2004 -0700, Xiaofan Zhou wrote: Hi, ALl, I have following two questions regarding how to use InputSource with SAX parser in Xerces for C++. I know I can do something like this: SAX2XMLReader* pParser = XMLReaderFactory::createXMLReader(); pParser->parse(input); W

RE: SAXParser

2001-07-01 Thread Vinodkumar S
call the saxparser function setexitonfatalerror (false), this will stop the parser exiting prematurely vinod -Original Message- From: Keno [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:22 AM To: Xerces-C Dev Subject: SAXParser Hello all, I'm using the SAXParser to validate