You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Joseph Kesselman/CAM/Lotus <jo...@us.ibm.com> on 2002/02/08 16:35:27 UTC

Quick question

If we run Xerces over an ill-formed input file, a "[Fatal Error]" message
is displayed on screen. Can that be suppressed? (I'd hope it's just the
behavior of the default error handler, but haven't checked.)



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


Re: Quick question

Posted by Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de>.
> If we run Xerces over an ill-formed input file, a "[Fatal Error]" message
> is displayed on screen. Can that be suppressed? (I'd hope it's just the
> behavior of the default error handler, but haven't checked.)

Yes, if you register a custom ErrorHandler, these messages stop.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org