xsl-list
[Top] [All Lists]

Re: [xsl] Is there a way to skip non-numerical data while formatting numbers?

2007-04-15 16:12:02

you can specify the string used for Not a Number using
xsl:decimal-format, it defaults to 'NaN' but you can make it ''

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--