RE: [xsl] How do can I select distinct nodes and adding a counter at the sa me time

Subject: RE: [xsl] How do can I select distinct nodes and adding a counter at the sa me time
From: TSchutzerWeissmann@xxxxxxxxxxxxxxxx
Date: Fri, 22 Nov 2002 11:32:43 -0000
Hi Ismaël

> What I do know is first grouping on the attributes, so I get 
> every value
> only once. Therefore I have used the sorting function. The 
> problem is I
> don't find a method to generate the id. I can't use the count function
> because some nodes of the nodeset are not used (only unique values are
> needed). Somebody an idea ?

If you're apply-templates to the distinct nodes, or running over them with a
for-each, then you should be able to use position() in either case. What
does your xslt look like?

Regards,
Tom

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


Current Thread