This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

format-number in XT



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]