yes, domcount app. crashes upon parsing as well.
Regards,
Xuefu
"Erik Rydgren"
all right, thanks. will file a bug.
I am using xerces 2.3.0.
Regards,
Xuefu
david_n_bertoni@
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
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