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

RE: [xsl] String to number


Subject: RE: [xsl] String to number
From: "Michael Fitzgerald" <mike@xxxxxxxxxx>
Date: Wed, 30 May 2001 16:25:21 -0700

Kevin, You can convert (recast) the string with the XPath function number()
(see http://www.w3.org/TR/xpath#section-Number-Functions). Example:

<xsl:value-of select="number('1010')"/>

-Mike

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
Kevin_Gutch@xxxxxxxxxxx
Sent: Wednesday, May 30, 2001 4:04 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] String to number



Is there any way to take a string such as 1010 and process it as a number?
I keep getting NaN output.

Thanks




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



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



Current Thread
Keywords