Re: [Xsltforms-support] XForm fail in IE6 fails with comments with I18N characters (and XPath handl
Brought to you by:
alain-couthures
From: Kostis A. <ank...@gm...> - 2010-04-12 15:41:32
|
2010/4/7 Kostis Anagnostopoulos <ank...@gm...>: > 2 problems: > > [...] > > 2) In another similar issue in IE (6 & 7, 8 not tested), > i found problems when XPath handles text containing non-ASCII chars, > resulting into html-escaped-entities presented into the user. > > I can work-arround these issues by avoiding placing I18N text directly > into XPath expressions, > and entering them into instance-doc nodes instead. > > > Both problems reported against rev383, IE6 (not tested with IE 7 & 8) > I apologize for not attempting to investigate when this issue was > firstly introduced. 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? Thansk in Advance, Kostis Is the |