[xsl] format-number

Subject: [xsl] format-number
From: "Lee, Insoo" <Insoo.Lee@xxxxxx>
Date: Tue, 28 Jan 2003 14:33:20 -0500
  Quick question,
   This would return me the formatted value - but if the  'SHARE_PRICE' is
not number, it would return me NaN

	<xsl:value-of select="format-number(SHARE_PRICE, '###,##0.00')"/>

  Without any if/when statements, is there anyway to overwrite it so that it
returns me NA or something else I specify insteadof NaN?
 Thanks
IL




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


Current Thread