Subject: RE: sort, count, number, group
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 13 Mar 2000 09:51:28 -0000
|
> After perusing the FAQ I can sort, count, number, and group.
> But I cannot do them all at once. Please help.
There are a lot of solutions for special cases, some of which have been
posted. In general, though, to apply a sequence of operations such as these
you need the node-set() extension. Assign the result of one of these
operations to a variable, which will be a result tree fragment, then convert
this to a node-set using the node-set() extension function, then apply
another operation to the result.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|