[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] Is there a way to skip non-numerical data while formatting numbers?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Apr 2007 00:11:37 +0100

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

David


Current Thread