Subject: Re: [xsl] Count items in a key ? From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Wed, 13 Oct 2010 16:34:23 +0200 |
I want to know that in the key, I have 'foo', 'bar' and 'joe'
<xsl:key name="mykey" match="NODE" use="@id"/>
You need distinct-values(//NODE/@id) then I think.
Martin Honnen http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] Count items in a key ?, Fabien Tillier | Thread | RE: [xsl] Count items in a key ?, Fabien Tillier |
RE: [xsl] Count items in a key ?, Fabien Tillier | Date | RE: [xsl] Count items in a key ?, Fabien Tillier |
Month |