RE:

Subject: RE:
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 24 Mar 2000 20:40:37 -0000
> I used "boolean(number())" to ensure only numbers would be formatted,

Try xsl:if test="string(number($x))='NaN'"

Or more subtly, xsl:if test="number($x)=number($x)". This will return false
only if $x is not-a-number.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • RE:
    • Kay Michael - Fri, 24 Mar 2000 20:40:37 -0000 <=