Hi, Currently I'm experimenting with xerces, and I cannot find a way to get an exception on a fatal error (e.g. file not found) instead of reporting an error via the error reporter. I tried to modify the DOMCount example to not register an error hadler, but still there is no exception generated.
My question: is it possible to force the parser to generate exception on a fatal error? Thanks, Attila
