RE: RE:

Subject: RE: RE:
From: costempd@xxxxxxxxxx
Date: Mon, 27 Mar 2000 21:17:10 -0500
Thanks. I used your second suggestion. It works! (Sorry about forgetting a
subject line).

>> 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



Nick



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


Current Thread
  • RE: RE:
    • costempd - Mon, 27 Mar 2000 21:17:10 -0500 <=