Rendering XML document with multiple languages
Posted
by bdhar
on Stack Overflow
See other posts from Stack Overflow
or by bdhar
Published on 2010-04-08T11:00:24Z
Indexed on
2010/04/08
11:03 UTC
Read the original article
Hit count: 320
I have an XML page with some elements in various languages - Arabic, English, Chinese, Japanese.. Which encoding format should I have to choose for that? If I try to render the XML with an XSL (using utf-8 or ISO-8859-6 or ISO-2022-JP), I get this error:
An invalid character was found in text content.
How shall or solve this?
Thanks.
© Stack Overflow or respective owner