Re: [Xsltforms-support] Setting decimal separator in input fields
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2011-01-19 21:15:40
|
> Is there some direct way to set comma as decimal separator for number > input fields? Comma is the the standard for decimal separator in Russia > and for end users of the form, in XML file there should still be dot. The value of a node bound to a number type will always contain a dot while the properties/format.decimal element in the config.xsl file can be set to a comma for input and output. The current config_ru.xsl contains a dot for properties/format.decimal. Do you think it should be better to change it into a comma? Thanks! -Alain |