[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Format Number and Empy Elements

Subject: RE: Format Number and Empy Elements
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Tue, 07 Aug 2007 12:13:13 +0100
RE:  Format Number and Empy Elements
> The only way I can think of to get around it is something like:
> 
> <xsl:choose>
> 	<xsl:when test="string(number(discount))='NaN'">
> 		Discount: <xsl:value-of 
> select="format-number(0, $currencyformat)"/>
> 	</xsl:when>
> 	<xsl:otherwise>
> 		Discount: <xsl:value-of 
> select="format-number(discount, $currencyformat)"/>
> 	</xsl:otherwise>
> </xsl:choose>
> 
> Seem awfully long-winded. Anyone got any ideas?

As Andrew says, long-windedness in XSLT 1.0 is a fact of life. But there are
some coding tricks available when it gets out of hand. For example

format-number(concat('0', discount), $currencyformat)

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.