TECTED]>
> darinen.se> cc:
> Subject: RE: crash
when
> using dom parser to parse an invalid xml file
> 10-31-2003 00:19
> Please respond to
> xerces-c-dev
e> cc:
Subject: RE: crash when using dom
parser to parse an invalid xml file
Input of malformed xml should neither throw nor crash. The parse method
should only return false and the error is reported through the
registered error handler.
Have you initialized Xerces before using any of the classes? Are you
linking with the correct runtime? Try parsing your input document wi
:
10-30-2003 17:19 Subject: Re: crash when using dom
parser to parse an invalid xml file
Please respond
bridge/IBM)
10/30/2003 05:15 Subject: Re: crash when using dom
parser to parse an invalid xml file
cc:
10-30-2003 16:52 Subject: Re: crash when using dom
parser to parse an invalid xml file
Please re
Are you catching the appropriate exceptions? If not, your application will
crash. See the sample applications and the documentation for more
information.
Dave