Subject: Re: Grouping - Combining Nodes
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Fri, 16 Dec 2005 15:23:29 +0000
|
> I'm using XSLT 1.0 to pull content from an XML data set to build a class
> index. I've solved the first two pieces of the puzzle: Extract the
> information from each drug topic and sort the index by class-name. However,
> I'm bogged down and the third part: When multiple index entries have the
> same class-name, combine them into a single index entry.
Have a read about grouping in 1.0:
http://www.jenitennison.com/xslt/grouping/index.xml
cheers
andrew
|