RE: [xsl] Problem implementing grouping and sorting together

Subject: RE: [xsl] Problem implementing grouping and sorting together
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 18 Oct 2001 12:10:56 +0100
> I have a problem where I need to group elements and
> then sort each group and finally group the sorted
> elements for display purposes (to place a specific
> number of elements per row).
>
I would say this almost certainly needs a two-pass transformation. Save the
result of the first pass in a result-tree-fragment variable, and use the
xx:node-set() extension to process it in the second pass.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread