Subject: XSLT format-number Problem
From: "Alex Genis" <agenis@xxxxxxxx>
Date: Mon, 17 Jun 2002 15:05:54 -0400
|
Hi everybody.
One of my goals is to transform XML Document into HTML Report.
I have a problem using format-number in my XSLT.
When I use :
<xsl:value-of select="format-number(Field-1 div 1000000000, '
#########.000000000')" />
If the value of "Field-1" in XML Document = 999999999999999999 -
Result in HTML Document is : 1000000000.000000000 .
If the value = 234234234345345345 -
Result in HTML Document is : 234234234.345345350
Why it's rounded ? .
Thanks a lot for any idea.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|