You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Junia Porto <ju...@gmail.com> on 2006/08/17 02:31:48 UTC

Adding location to XMLError message

Hello everyone

I parse a xml file, and I get a XMLError from a bad-formed file. I'm using
XMLError.getMessage to get the error message, but I need to show it in a
different language (other than English). Is there a way of doing this? I
looked through the error codes, but XMLError.getErrorCode always returns
null here.

Thanks for the help

Junia