This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: following-sibling in for-each


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]