[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Problem using Math functions


Subject: Re: [xsl] Problem using Math functions
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 24 Jan 2006 14:13:41 GMT

XSLT 1 uses IEEE double arithmetic, it does not have arbitrary precision
integer arithmetic, so you are limited in the number of significant
digits that can be stored.


XSLT2 will give you access to the xs:integer type which does allow
essentially arbitrarily large integers (up to some system specified
bounds)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread