RE: [xsl] Generate Dynamic long value

Subject: RE: [xsl] Generate Dynamic long value
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 30 Jul 2009 21:34:58 +0100
> I'm using XSLT 1.0 actually. What the extension functions to use?
> 

Extension functions depend entirely on which XSLT processor you are using.

Check whether your processor supports the EXSLT library (www.exslt.org).

However, you should also note that XSLT 1.0 does not have a "long" data
type: it only has double-precision floating point numbers.

Regards,

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

Current Thread