xsl-list
[Top] [All Lists]

Re: [xsl] finding out distinct node/values

2010-02-10 10:43:15
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



--~------------------------------------------------------------------
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>
--~--