Subject: Re: Format number problem
From: "Andreas Hess" <hess@xxxxxxxxxxx>
Date: Thu, 13 Jun 2002 17:10:24 +0200
|
Hi Akila,
if you are using Xalan C++, make sure you are using the International
Components for Unicode (ICU), or else format-number won't work. See
http://xml.apache.org/xalan-c/faq.html#faq-9 for details.
Regards,
Andreas
> Date: Wed, 12 Jun 2002 12:30:38 -0500
> From: AXRAMAKR@xxxxxx
> Subject: Format number problem
> <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.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|