Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: format-number and localisation

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 11/7/2006 6:54:00 PM

Simon Caldwell wrote:
> I am trying to format a decimal according to local format, ie setting
> the decimal separator to "," instead of "."
> 
> We have defined <xsl:decimal-format decimal-separator=","/> and the
> following
> format-number('1.2', '0,00')
> correctly returns 1,20
> 
> However, the value is being returned from an external source, and is
> already in local format, ie it is passed as '1,2'.  This is not
> recognised as being a number, and the value shown is NaN.
> 
> We've got a solution that seems to work, replacing all occurrences of
> ',' in the input value with '.'
> But this seems wrong somehow.  In order to format a value that already
> has the correct separator, we have to replace it with the wrong
> separator, and then put it back again how it was before.
> 
> Am I missing something, or is this the only way forward?

How number literals in XPath and XSLT look is well defined. And how 
strings are converted to number values is also well defined. 
format-number and xsl:decimal-format are for outputting number values 
not for parsing them. So I am afraid your XML input is broken, it should 
use the '.' as the decimal seperator to store number values. Only for 
presentation such number values should be converted to a string in the 
desired format.



-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent