You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Thomas Gagne <tg...@ix.netcom.com> on 2001/03/22 00:28:49 UTC

select="format-number(1234.56, '#,##0.00')" not working

Xalan-C 1.1 on RHat 6.2
Xerces-C 1.4 on same

The code:

<xsl:value-of select="format-number(1234.56,'#,##0.00')"/>

The result:

1234.56

Shouldn't it be:

1,234.56

??

--
.tom