I am trying to accept XML with some foreign characters in it:
Like this: Hållø Thære. These are 8-bit, iso-8859-1 characters, ( e5, e6, and f8 )
The XercesDOMParser's validator throws an exception that says "Invalid or incomplete multibyte or wide character"
Any clues out there ?
Does your XML file start with <?xml version="1.0" encoding="iso-8859-1"?> ?
Alberto
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]