> 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]

Reply via email to