You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by mv...@amadeus.net on 2001/10/18 17:45:36 UTC

format-number() doesn't work

Hello,

I am using XalanTransformer - transform() method. If I specify in an XSL 
the following:

<xsl:value-of select="format-number($UID, '0000')" />

or

<xsl:value-of select="format-number(3, '0000')" />

the formatting doesn't work. I can see only one digit as a result. Do I 
use something wrong?

Thanks in advance, Miro.