xsl-list
[Top] [All Lists]

Re: [xsl] Count items in a key ?

2010-10-13 09:25:49
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/

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