RE: [xsl] Problem using Math functions

Subject: RE: [xsl] Problem using Math functions
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 24 Jan 2006 15:42:05 -0000
                Thanks for your reply. I am using XSLT1 so i 
> will try to
> migrate to XSLT2. Is there any transformer property that i 
> can set at the
> run time for setting the precision bounds?

You don't need to with Saxon. Just make sure you convert the element values
to integers rather than the default conversion to doubles - by using
xs:integer(element-name)

Michael Kay
http://www.saxonica.com/

Current Thread