RE: grouping by attribute

Subject: RE: grouping by attribute
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 25 Aug 1999 10:39:37 +0100
> Can anyone suggest a better way to achieve the following... I 
> need to group the xml elements category and place each category in a 
> separate table.

Another FAQ!

There is no simple way of doing grouping in XSLT. In some cases it can be
done, painfully and generally rather slowly, by testing each item to see if
it is the same as the previous item.

There is a proprietary feature in SAXON XSL to do grouping, the saxon:group
element. Give it a try.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread