Hi,
I have an xslt file that carries out a simply transformation on an xml file. One of the transformations i am carrying out is the display of some readonly decimal values (2 decimal places).
I am carrying out the transformation client-side in the browser. e.g.
select="format-number( $var1 * $var2, '0.00' )
The results displayed are currently something like 0.25, 0.10 etc. Is there any way that I can change the format string to display a comma for locales that use the comma?
Thanks,
MrPeds
I have an xslt file that carries out a simply transformation on an xml file. One of the transformations i am carrying out is the display of some readonly decimal values (2 decimal places).
I am carrying out the transformation client-side in the browser. e.g.
select="format-number( $var1 * $var2, '0.00' )
The results displayed are currently something like 0.25, 0.10 etc. Is there any way that I can change the format string to display a comma for locales that use the comma?
Thanks,
MrPeds