Hi All,
It may be a stupid question...
I'm using a non-validating DOM parser and then a validator with a custom ErrorHandler on an element with a few child.
Can I figure out somehow what node or attribute cause a SAXParseException, or I should analyze the message returned by the getMessage() method of the exception object?
Thx
Peter
It may be a stupid question...
I'm using a non-validating DOM parser and then a validator with a custom ErrorHandler on an element with a few child.
Can I figure out somehow what node or attribute cause a SAXParseException, or I should analyze the message returned by the getMessage() method of the exception object?
Thx
Peter