java - Custom mapper for schema validation errors -
i've used camel validator , i'm catching errors schema validation :
org.xml.sax.saxparseexception: cvc-minlength-valid: value '' length = '0' not facet-valid respect minlength '1' type
is tool map errors prettier statements? can iterate on erros, split on them , prepare custom mapper, maybe there sth better this? :)
saxon @ error reporting. validator gives understandable messages in first place.
Comments
Post a Comment