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]

RE: sort, count, number, group


>     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

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