RE: crash when using dom parser to parse an invalid xml file

2003-11-03 Thread Erik Rydgren
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

RE: crash when using dom parser to parse an invalid xml file

2003-10-31 Thread xuefu . wang
e> cc: Subject: RE: crash when using dom parser to parse an invalid xml file

RE: crash when using dom parser to parse an invalid xml file

2003-10-31 Thread Erik Rydgren
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

Re: crash when using dom parser to parse an invalid xml file

2003-10-30 Thread xuefu . wang
: 10-30-2003 17:19 Subject: Re: crash when using dom parser to parse an invalid xml file Please respond

Re: crash when using dom parser to parse an invalid xml file

2003-10-30 Thread david_n_bertoni
bridge/IBM) 10/30/2003 05:15 Subject: Re: crash when using dom parser to parse an invalid xml file

Re: crash when using dom parser to parse an invalid xml file

2003-10-30 Thread xuefu . wang
cc: 10-30-2003 16:52 Subject: Re: crash when using dom parser to parse an invalid xml file Please re

Re: crash when using dom parser to parse an invalid xml file

2003-10-30 Thread david_n_bertoni
Are you catching the appropriate exceptions? If not, your application will crash. See the sample applications and the documentation for more information. Dave