Subject: RE: Count items in a key ?
From: "Fabien Tillier" <f.tillier@xxxxxxxx>
Date: Wed, 13 Oct 2010 16:30:58 +0200
|
Hi Martin.
Yes, I know, that's not what I ask :)
I want to know that in the key, I have 'foo', 'bar' and 'joe'
Thanks !
Fabien
-----Message d'origine-----
De : Martin Honnen [mailto:Martin.Honnen@xxxxxx]
Envoyi : mercredi 13 octobre 2010 16:26
@ : xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Objet : Re: Count items in a key ?
Fabien Tillier wrote:
> I would like to know if it is possible to get all "key" item from an
> xsl:key ?
> I mean:
> when you define a key, say:
> <xsl:key name="mykey" match="NODE" use="@id"/>
>
> You can retrieve all NODE nodes with a given @id attribute.
key('mykey', 'foo') finds all NODE elements where the 'id' attribute
is 'foo'.
--
Martin Honnen
http://msmvps.com/blogs/martin_honnen/
|