RE: A problem with C Xerces/Xalan on Linux

2002-01-31 Thread Gareth Reakes
egards > Ravi Jain > > > > -- > > From: Himanshu > > Verma[SMTP:[EMAIL PROTECTED]] > > Reply To: [EMAIL PROTECTED] > > Sent: Thursday, January 31, 2002 9:58 > > To: [EMAIL PROTECTED] > > Subject:A problem with C Xerces/Xalan on Linux

RE: A problem with C Xerces/Xalan on Linux

2002-01-30 Thread Ravi_Jain
: [EMAIL PROTECTED] > Sent: Thursday, January 31, 2002 9:58 > To: [EMAIL PROTECTED] > Subject: A problem with C Xerces/Xalan on Linux > > <><> > Hi, > I am trying to use Xerces/Xalan to parse a XML document and then > using XPath support to extract

A problem with C Xerces/Xalan on Linux

2002-01-30 Thread Himanshu Verma
Hi, I am trying to use Xerces/Xalan to parse a XML document and then using XPath support to extract some values out of that. Everything works fine for correct XML documents. But if the XML document is incorrect (not a well-formed XML), the program gives segmentation fault and crashes! What I exp