Subject: RE: Format number problem
From: "Ivan Pedruzzi" <ivan@xxxxxxxx>
Date: Wed, 12 Jun 2002 17:15:55 -0400
|
If it wasn't a typo I think it should be
<xsl:value-of select = "format-number(@zne, '00')"/>
single quote for the function parameter and double quote for the
attribute value
Ivan
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Jeni Tennison
> Sent: Wednesday, June 12, 2002 1:49 PM
> To: AXRAMAKR@xxxxxx
> Cc: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: Format number problem
>
>
> 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
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Format number problem
- AXRAMAKR - Wed, 12 Jun 2002 13:40:01 -0400 (EDT)
- Jeni Tennison - Wed, 12 Jun 2002 13:58:33 -0400 (EDT)
- Ivan Pedruzzi - Wed, 12 Jun 2002 17:26:30 -0400 (EDT) <=
- <Possible follow-ups>
- AXRAMAKR - Wed, 12 Jun 2002 14:08:32 -0400 (EDT)
|
|