Subject: RE: Sorting and Grouping Alphabetically: Two Levels
From: <Trish@xxxxxxxxxxxxxx>
Date: Tue, 8 Jan 2008 10:56:52 -0500
|
Unfortunately, the development environment we work in supports only xslt
1. So, I'm having to find a solution that will work there.
Trish
-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Tuesday, January 08, 2008 10:53 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Sorting and Grouping Alphabetically: Two Levels
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
|