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

RE: comparing a string to a number?

Subject: RE: comparing a string to a number?
From: Niko Matsakis <niko@xxxxxxxxxxxxx>
Date: Wed, 17 Sep 2003 09:40:56 -0400 (EDT)
xsl comparing numbers
Actually, the rules of xpath specify conversion to numbers when using
the inequality operators (<, <=, >, >=).  See the xpath spec, sec 3.4

"When neither object to be compared is a node-set and the operator is <=,
<, >= or >, then the objects are compared by converting both objects to
numbers and comparing the numbers according to IEEE 754. The < comparison
will be true if and only if the first number is less than the second
number. The <= comparison will be true if and only if the first number is
less than or equal to the second number. The > comparison will be true if
and only if the first number is greater than the second number. The >=
comparison will be true if and only if the first number is greater than
or equal to the second number."

Thefore, saying "$a < '20'" is the same as "$a < 20".


niko

> Yes, '1A' will always be "less than" '20' when compared as strings. String sorting is based on the numeric value (usually ASCII) of each successive character. Thus '10000000' will be "less than" '2'.
> 


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


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.