Re: [xsl] finding out distinct node/values

Subject: Re: [xsl] finding out distinct node/values
From: Anil Kumar Veeramalli <anil.v@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 10 Feb 2010 22:12:46 +0530
Thanks Andrew for your reply. some where in the documentation I read that,

distinct-values doesn't support in XSL1.0...is that true?


By passing the attribute "name" as a parameter, I would like to find out the
all distinct values of name Attribute . i.e A,B and C

distinct-values(//*[name() = $name])



cheers

Current Thread