M
MJ
I am trying to validate a XML file from java according to a XML Schema
and get a list of all elements that fail validation. I am utilizing a
class that implements the ErrorHandler interface and can generate the
list if all errors. The problem is that I need to send back the XPath
of the offending elements. The data in the message field of the
ErrorHandler is not the complete XPath. Does anyone have a solution of
this problem?
MJ
and get a list of all elements that fail validation. I am utilizing a
class that implements the ErrorHandler interface and can generate the
list if all errors. The problem is that I need to send back the XPath
of the offending elements. The data in the message field of the
ErrorHandler is not the complete XPath. Does anyone have a solution of
this problem?
MJ