You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/09/10 15:20:26 UTC

[DO NOT REPLY: Bug 3519] xsltc fails conf test sort26 on apply-templates without select attribute

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/3519	Mon Sep 10 06:13:10 2001
--- shadow/3519.tmp.6840	Mon Sep 10 06:20:26 2001
***************
*** 3,11 ****
  +----------------------------------------------------------------------------+
  |        Bug #: 3519                        Product: XalanJ2                 |
  |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: Sun                     |
! |     Severity: Normal                   OS/Version: Solaris                 |
! |     Priority: Other                     Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: tamiro@east.sun.com                                          |
--- 3,11 ----
  +----------------------------------------------------------------------------+
  |        Bug #: 3519                        Product: XalanJ2                 |
  |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: All                     |
! |     Severity: Major                    OS/Version: All                     |
! |     Priority: Medium                    Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: tamiro@east.sun.com                                          |
***************
*** 281,284 ****
    <date-joined>Tue 10 Nov 1998</date-joined> 
    </member>
      
! </w3cgroup>
--- 281,296 ----
    <date-joined>Tue 10 Nov 1998</date-joined> 
    </member>
      
! </w3cgroup>
! 
! ------- Additional Comments From tamiro@east.sun.com  2001-09-10 06:20 -------
! sort27 seems to exhibit the same problem -- no output because no nodes 
! are matched. It has 
! 
!     <xsl:apply-templates>
!       <xsl:sort/>
!     </xsl:apply-templates>
! 
! This may imply that just not having the "select" attribute on the 
! apply-templates is the important factor. Other tests, like sort05,
! do have a select attribute on apply-template and have correct output.