Re: [xsl] Count items in a key ?

Subject: Re: [xsl] Count items in a key ?
From: Olivier Jeulin <olivier.jeulin@xxxxxxxxx>
Date: Wed, 13 Oct 2010 20:25:52 +0200
Le 13/10/2010 19:50, Dimitre Novatchev a C)crit :
On Wed, Oct 13, 2010 at 8:23 AM, Scott Trenda<Scott.Trenda@xxxxxxxx> wrote:
New XSLT 2.1 feature? :)


Could be something as:

keys(keyname as xs:string) as item()*

and an additional overload:

keys(keyname as xs:string, document as document-node()) as item()*

Yes, it looks fine. But keys are atomized, so shouldn't keys() return xs:anyType* instead of item()* ?


Current Thread