Re: [xsl] Problem with obtaining distinct values from a variable containg a nodeset

Subject: Re: [xsl] Problem with obtaining distinct values from a variable containg a nodeset
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 29 Nov 2005 15:19:33 +0000
On 11/29/05, Ian E. Powell <Ian.Powell@xxxxxxxxxxxxx> wrote:
>
> I have a nagging problem with a nodeset variable. I have a parameter
> "$services" that I iterate through. This is a nodeset that I pass into
> the stylesheet.
>
> I can have repetitive values in this nodeset and want to remedy this
> situation. I have tried using sibling elemination and couldn't see a way
> to apply grouping. I am always getting an invalid xpath error.
>
> How would I go about getting distinct values from the single parameter

distinct-values() in XSLT 2.0

Seriously though, you haven't said what $services contains, the xpath
you are using or the error you're getting...

Current Thread