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

*** shadow/1334 Mon Jul  9 19:42:16 2001
--- shadow/1334.tmp.21736       Tue Jul 10 02:18:10 2001
***************
*** 2,9 ****
  | xsl:when test="left/node/@key < right/node/@key" is evil!!!             |
  +----------------------------------------------------------------------------+
  |        Bug #: 1334                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.1                   |
! |   Resolution:                            Platform: All                     |
  |     Severity: Major                    OS/Version: Windows NT/2K           |
  |     Priority: Medium                    Component: Xalan                   |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | xsl:when test="left/node/@key < right/node/@key" is evil!!!             |
  +----------------------------------------------------------------------------+
  |        Bug #: 1334                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: FIXED                      Platform: All                     |
  |     Severity: Major                    OS/Version: Windows NT/2K           |
  |     Priority: Medium                    Component: Xalan                   |
  +----------------------------------------------------------------------------+
***************
*** 63,65 ****
--- 63,82 ----
  
  Nothing after this is applied at all!
  Not sure if any other bug is hiding in there.
+ 
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-07-10 02:18 -------
+ This is fixed in the latest release 2.2.D06 (and maybe earlier).  Previously, 
+ when a "less than" comparison was done and the left and right sides were both 
+ node-sets, a string comparison was performed on the string value of each pair of 
+ nodes in the node-set.  This was non-conformant behavior.  The Recommendation 
+ requires that a numeric comparison be done in the case of the "less than" 
+ comparisons.
+ 
+ As for Guru's new problem, I don't think that this is related because it does 
+ not involve a comparison between two node-sets.  Guru, please try this against 
+ release 2.2.D06.  If the problem still occurs, please open a new bug and include 
+ the XML and XSLT needed to reproduce the problem.
+ 
+ Thanks,
+ Gary

Reply via email to