> I am (always !) developing an XML Validating Parser in Java. I'm developing
> the Error management during the process of validation. I am a little unsure of
> the use of either returning an error code or throwing an Exception ?
SAX leave the choice up the the application (user): the parser simply
makes a callback to an error handler, and the error handler throws an
exception if it wants to.
All the best,
David
-- David Megginson david@megginson.com http://www.megginson.com/