Re: [Xsltforms-support] XForm fail in IE6 fails with comments with I18N characters (and XPath handl
Brought to you by:
alain-couthures
|
From: COUTHURES A. <ala...@ag...> - 2010-04-12 19:17:59
|
Hi,: > I traced the problem to I18N handling problems to the fact that the > content of the file 'xsltforms.xsl' and xsltforms.js are both > ISO-8859-1, > and the xsl:output@encoding="ISO-8859-1" xslt declaration. > > Is there any reason why these files are not in UTF-8 encoding? > xsltforms.xsl been with ISO-8859-1 shouldn't disturb because it doesn't contain characters not been in ISO-8859-1. xsltforms.js isn't explicitly with ISO-8859-1 encoding... A BOM might force UTF encoding but, as xsltforms.xsl, it doesn't contain characters not been in ISO-8859-1 either... xsl:output@encoding should, in the contrary, be very sensible to non-ISO-8859-1! Can you please test with xsl:output@encoding="UTF-8" ? BTW, can you send me a config_gr.xsl file? I already have UTF-8 config files which are operational, at least when processed by the Javascript part. Thanks! -Alain |