ok so how can i actually figure out whether any numerical enity is a bad character for my xml encoding .( as u said its a valid num entity for the some char in unicode but its not a valid enity for my encoding )
Is there no way i can find that out. -----Original Message----- From: Bob Foster [mailto:[EMAIL PROTECTED] Sent: Friday, 8 August 2003 6:45 PM To: [EMAIL PROTECTED] Subject: Re: numeric entities > When i have some enity like { ( say ) . and now the equivalent unicode > is not a valid ISO-8859-1,but whn i parse the xml ,though the parser is in > validation mode its not throwing an error/exception.Is there any way i can > make my parser understand that this is an error. But it's not an error. XML documents are Unicode text and { is a legal Unicode character. ISO-8859-1 is just an encoding; it doesn't restrict the character range of the document. Bob Foster --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail is for the use of the intended recipient(s) only. If you have received this e-mail in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not use, disclose or distribute this e-mail without the author's permission. We have taken precautions to minimise the risk of transmitting software viruses, but we advise you to carry out your own virus checks on any attachment to this e-mail. We cannot accept liability for any loss or damage caused by software viruses. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
