I want to use jaxb to parse an xml file which apparently has bad data.
Specifically it can have invalid utf8 characters.
Is there any documentation on how to do error handling using jaxb?
Specifically my error is:
org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1a) was
found in the value of attribute "name" and element is "product".
thanks
Kal