xsl-list
[Top] [All Lists]

RE: [xsl] Count items in a key ?

2010-10-13 09:37:14
Yes, but can I get that directly from the key rather than parsing (again) the 
tree for that information ?


-----Message d'origine-----
De : Martin Honnen [mailto:Martin(_dot_)Honnen(_at_)gmx(_dot_)de] 
Envoyé : mercredi 13 octobre 2010 16:34
À : xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Objet : Re: [xsl] Count items in a key ?

Fabien Tillier wrote:

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/

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


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

<Prev in Thread] Current Thread [Next in Thread>