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

2003-10-31 Thread xuefu . wang
yes, domcount app. crashes upon parsing as well. Regards, Xuefu "Erik Rydgren"

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

2003-10-30 Thread xuefu . wang
all right, thanks. will file a bug. I am using xerces 2.3.0. Regards, Xuefu david_n_bertoni@

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

2003-10-30 Thread xuefu . wang
Thanks for replying. Yes, I tried to catch all exceptions using the catch (...) phrase. However, the parser didn't throw an exception, and my application never caught any exceptions. and the crash actually happens inside the parser code and not my application. I thought there might be some sort of

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