Re: [xsl] Sorting and Grouping Alphabetically: Two Levels

Subject: Re: [xsl] Sorting and Grouping Alphabetically: Two Levels
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 8 Jan 2008 15:52:42 GMT
grouping, especially when combined with sorting, is much easier in xslt
2 than xslt 1, is xslt 2 available to you or do you require an xslt 1
solution.
In the latter  case, is a node-set extension function available (the
answer to this is probably yes unless you are using the xslt engine in
firefox 2).

David

Current Thread