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]

XSLT format-number Problem


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


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