Subject: RE: 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: 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 |
- String to number
- Kevin_Gutch - Wed, 30 May 2001 19:07:01 -0400 (EDT)
- Chris Bayes - Wed, 30 May 2001 19:12:43 -0400 (EDT)
- Michael Fitzgerald - Wed, 30 May 2001 19:23:02 -0400 (EDT) <=
- Michael Kay - Thu, 31 May 2001 11:42:13 -0400 (EDT)
- <Possible follow-ups>
- Kevin_Gutch - Wed, 30 May 2001 19:19:53 -0400 (EDT)
- Kevin_Gutch - Wed, 30 May 2001 19:43:57 -0400 (EDT)
|
|