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]
Other format: [Raw text]

RE: Format number problem


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@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Jeni Tennison
> Sent: Wednesday, June 12, 2002 1:49 PM
> To: AXRAMAKR@up.com
> Cc: xsl-list@lists.mulberrytech.com
> Subject: Re: [xsl] 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


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