I have a XML document has an international character in it, see below (hex value is 0xD2), if I use the "US-ASCII" processing instruction (<?xml version="1.0" encoding="US-ASCII"?>, then I can view the document from the IE without any problems, but if I change to "UTF-8" (<?xml version="1.0" encoding="UTF-8"?>), then the IE reports an "invalid character was found" error. The xerces (1.4.4) does not report any error on either encoding. My question is, is this character a valid UTF-8 character? If it is not, then how come the xerces did not report any error?
<FreeFormText>POSTBOKS 60 SKÒYEN</FreeFormText> thanks, Benson. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]