format-number in XT

Subject: format-number in XT
From: Larry_Mason@xxxxxx
Date: Thu, 14 Sep 2000 16:44:48 -0500
Enough.  I'm calling in the troops.  What gives here?

<xsl:value-of select="format-number(12345, '#,###.##')"/>
produces
12,345

but
<xsl:value-of select="format-number(12345, '#.###,##')"/>
produces
12345,

I was expecting  12.345

Is there some other settings I need to specify for XT to handle this?

Cheers!
Larry Mason



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread