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
with the DOMCount example. If the crash persists there then you have found a bug. / Erik > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: den 31 oktober 2003 01:33 > To: [EMAIL PROTECTED] > Subject: crash when using dom parser to parse an i

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
] cc: (bcc: David N Bertoni/Cambridge/IBM) 10/30/2003 04:33 Subject: crash when using dom parser to parse an invalid xml file

crash when using dom parser to parse an invalid xml file

2003-10-30 Thread xuefu . wang
Hi, I am new to this mailing list, so please bear with me if this question had been asked before. I am using dom parser to parse an in memory xml string, the parser would crash the whole application if the xml string is invalid -- for example, one of the "<" is missing for one of the fields. I th