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

*** shadow/1334 Sun May 20 17:25:12 2001
--- shadow/1334.tmp.18360       Mon Jul  9 19:42:16 2001
***************
*** 1,19 ****
! Bug#: 1334
! Product: XalanJ2
! Version: 2.0.1
! Platform: All
! OS/Version: Windows NT/2K
! Status: NEW   
! Resolution: 
! Severity: Major
! Priority: Medium
! Component: Xalan
! AssignedTo: [EMAIL PROTECTED]                            
! ReportedBy: [EMAIL PROTECTED]               
! URL: 
! Cc: 
! Summary: xsl:when test="left/node/@key < right/node/@key" is evil!!!
! 
  Following stylesheet fails when left/node/@key is less then right/node/@key
  
  
--- 1,19 ----
! +============================================================================+
! | 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                   |
! +----------------------------------------------------------------------------+
! |  Assigned To: [EMAIL PROTECTED]                                     |
! |  Reported By: [EMAIL PROTECTED]                                          |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  Following stylesheet fails when left/node/@key is less then right/node/@key
  
  
***************
*** 54,56 ****
--- 54,65 ----
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-05-19 18:23 -------
  Categorizing bugs related primarily to stylesheet elements, etc.
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-07-09 19:42 -------
+ Guys, i saw something similar on this one.
+ 
+   <xsl:for-each select="(document('')//node())[position() &lt;= ($endYear - 
+ $startYear + 1)]">
+ 
+ Nothing after this is applied at all!
+ Not sure if any other bug is hiding in there.

Reply via email to