users@jaxb.java.net

error handling using jaxb

From: kal stevens <kalstevens_at_gmail.com>
Date: Thu, 27 Sep 2007 18:38:47 -0700

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