RE: [xsl] following-sibling in for-each

Subject: RE: [xsl] following-sibling in for-each
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 16 Nov 2001 09:23:59 -0000
> The problem is that the following-sibling axis is returning
> the nodes in document order. I really
> want to get the following node in xsl:for-each order.

You probably need to do a two-phase transformation. Put the sorted data in a
result tree fragment, then do the grouping into columns by processing this
tree using the xx:node-set() extension.

Mike Kay


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


Current Thread