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-18 21:19:33
|
Hi Kostis, > I atteched the gr file you asked, but i note that the language is 'el'. > The 'gr' refers to the country, similar to en_UK, etc. > So the file name should be "config_el.xsl". Can you please check that it works for you? > Regarding the encodings, i had problems with IE particularly,not with > FF or chrome. > When on ISO-8859-1 encoding, and the message-text passes through > either xsl or through js, > IE fails to print greek messages correctly, i see their html entities instead For output, there is a specific approach to be used with IE in this case: use of .innerHTML to convert entities. It appears that output/@encoding has to stay at "iso-8859-1" in this case. Using output/@encoding="utf-8" is OK for UTF-8 comments but not for Javascript instructions. There might be a fix for that too but I preferred removing all comments in the XForms source. Is it a problem for you? This is committed. Thanks! -Alain |