Subject: RE: grouping question.
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Sat, 10 Jan 2004 19:41:42 +0100
|
> -----Original Message-----
> From: James Cummings
<snip />
>
> Although the <usage> elements are in alphabetic order by @ms I wouldn't
> want to rely on that and just test the following-sibling. If I was
> to sort any order I'd want the <usage> elements as a whole sorted by
> @ms and all those of the same @ms sorted by @code.
>
IIC you can achieve this by
<xsl:sort select="concat(@ms,@code)" />
Or something of the sort.
Cheers,
Andreas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|