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

Re: How to convert day-of-month with xslt 2.0

Subject: Re: How to convert day-of-month with xslt 2.0
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 23 Aug 2005 16:25:20 +0100
xslt 2.0 translate
> >Couldn't you use translate and format-number in a >choose/when? e.g:
> >select="format-number(translate(input,'()',''),'00')"
> after some testing it looks like this:
> replace(format-number(number(translate(input,'()','')),'00'),'NaN','00')

An alternative is:

if (number(input)) then format-number(translate(input,'()',''),'00') else
'00'

which is more readable, perhaps.


cheers
andrew

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-2013 All Rights Reserved.