xsl-list
[Top] [All Lists]

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

2005-11-29 08:19:33
On 11/29/05, Ian E. Powell <Ian(_dot_)Powell(_at_)mdbuyline(_dot_)com> 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...

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--