DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20199>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20199

inequality comparison fails under XSLTC

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-07-10 19:48 -------
I would like to add (see http://www.w3.org/TR/xpath 4.4 )
"a string that consists of optional whitespace followed by an 
optional minus sign followed by a Number followed by whitespace is 
converted to the IEEE 754 number that is nearest (according to the 
IEEE 754 round-to-nearest rule) to the mathematical value represented by 
the string; any other string is converted to NaN"
So Double.NaN is correct output from BasisLibrary.stringToReal()"

Numerical comparison of NaNs return true only with !=.
Your output seems to be correct and the bug invalid.

Reply via email to