xsl-list
[Top] [All Lists]

RE: [xsl] Count items in a key ?

2010-10-13 10:24:55
Hi Michael.
I agree with you 100% !

Best regards,
Fabien


-----Message d'origine-----
De : Michael Kay [mailto:mike(_at_)saxonica(_dot_)com] 
Envoyé : mercredi 13 octobre 2010 17:15
À : xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Objet : Re: [xsl] Count items in a key ?

  On 13/10/2010 3:23 PM, Fabien Tillier wrote:
Hi List.
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.
But is it possible to retrieve all distinct @id values from the key ?
(I know it is possible to get them from the XML file, but wouldn't it be
faster to get what is already retrieved ?)


No, this isn't available. I don't think there's any good reason for not 
providing it.

Michael Kay
Saxonica

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