You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Christopher Ebert <ce...@pocketthis.com> on 2002/12/26 20:15:21 UTC

RE: Valid XML characters

 
    Hi,
 
    Most likely you are reading the file with the wrong encoding. This might be because it is relying on a default encoding, or it might specify the wrong encoding in the file. If you don't have an editor that allows you to experiment, you can write a Java program to read the file with different encodings -- the exception you're seeing is from the low level Java IO, filtered by Xerces.
 
 
    Chris
 

-----Original Message-----
From: Dima Gutzeit [mailto:dima@mailvision.net]
Sent: Wednesday, December 25, 2002 9:23 PM
To: xerces-j-user@xml.apache.org
Subject: Valid XML characters


Hi all ,
 
Sometimes when parsing XML files I get an error message(exception) about "invalid Unicode characters" , is there any way to filter those before parsing ?
 
Thanks.


Regards , 
Dima Gutzeit.
---------------------------------
MailVision LTD. 
R&D Team. 
Phone: 972 - 4 - 8508020
Fax: 972 - 3 - 9285149 
http://www.mailvision.com 


--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-j-user-help@xml.apache.org