[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Format number problem


Subject: Re: [xsl] Format number problem
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 12 Jun 2002 18:49:22 +0100

Hi Akila,

> I want to append 0s to numbers to pad them to the required length.
>
> <xsl:value-of select = 'format-number(@zne, "00")'/>
>
> is my code for formatting the zne attribute to two digits. So if zne
> is 1 I want to display 01. Is this code correct? It is not working.

Your code is correct (assuming you haven't changed the default decimal
format). Either there's something buggy in your processor or something
is wrong elsewhere in your code.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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



Current Thread