[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] How do I count the number of elements in a key ?
Subject: Re: [xsl] How do I count the number of elements in a key ?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 Oct 2006 15:26:43 +0100
|
> I think DC missed off a [1] there...
only if you are using 2.0 (in which case for-each-group or
distinct-values are easier)
generate-id like all functions expecting a single node in 1,0 silently
drops any later ones.
David
|