I am using the
com.sun.msv.verifier.jarv.TheFactoryImpl() to create a factory. Then I am
creating a new verifier, and setting an errorhandler. which implements the
ErrorHandler interface. If thers is an error validating my xmldoc. aginst it`s
schema, a SaxParseException is thrown. How can I use this exception to find out
which TAG the problem did arise ?? Please send a short
codeexample.
|