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=1515 *** shadow/1515 Sun May 20 17:26:10 2001 --- shadow/1515.tmp.882 Fri Sep 7 14:24:34 2001 *************** *** 1,19 **** ! Bug#: 1515 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: NEW ! Resolution: ! Severity: Enhancement ! Priority: Medium ! Component: org.apache.xalan.xsltc ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: xsltc should support tree variables to do sort and group ! In practice, it would be quite useful to be able to select a set of nodes and then sort them and group them for output to multiple files. This is not possible with xsltc unless we support conversion of a result tree fragment to a nodeset --- 1,19 ---- ! +============================================================================+ ! | xsltc should support tree variables to do sort and group | ! +----------------------------------------------------------------------------+ ! | Bug #: 1515 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.0.0 | ! | Resolution: FIXED Platform: Sun | ! | Severity: Enhancement OS/Version: Solaris | ! | Priority: Medium Component: org.apache.xalan.xsltc | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | In practice, it would be quite useful to be able to select a set of nodes and then sort them and group them for output to multiple files. This is not possible with xsltc unless we support conversion of a result tree fragment to a nodeset *************** *** 168,171 **** <!-- turn off the built-in template rules --> <xsl:template match="text()|@*"/> ! </xsl:stylesheet> --- 168,171 ---- <!-- turn off the built-in template rules --> <xsl:template match="text()|@*"/> ! </xsl:stylesheet>