This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: XSLT number() problem


>Is it any other way to figure out : "Is FiledA numeric or not?"

<xsl:if test="number(@FieldA)">

I bet you are kicking yourself :)

cheers
andrew

-----Original Message-----
From: Alex Genis [mailto:agenis@dtcc.com]
Sent: 19 June 2002 14:31
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] XSLT number() problem


Hi everybody.
Maybe somebody knows why
<xsl:if test="string(number(@FieldA)) = 'NaN'">
returns true in both cases:
when FieldA = 987876765654ABCDEF     and
when FieldA = 111122223333444456              ?
Is it any other way to figure out : "Is FiledA numeric or not?"
Thanks a lot in advance.



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





---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/04/2002
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/04/2002
 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]