Subject: Re: [xsl] Count items in a key ? From: Olivier Jeulin <olivier.jeulin@xxxxxxxxx> Date: Thu, 14 Oct 2010 00:03:49 +0200 |
(b&)Actually, the values of the possible keys (the "using" attribute or the sequence constructor of<xsl:key>) must all be atomic -- see:
http://www.w3.org/TR/2007/REC-xslt20-20070123/#element-key
"If the use attribute is present, its value is an expression
The result of evaluating the sequence constructor is atomized."
This is why, using xs:anyAtomicType* is the precise return type of the proposed function:
keys(keyname as xs:string) as xs:anyAtomicType*
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Count items in a key ?, Dimitre Novatchev | Thread | Re: [xsl] Count items in a key ?, Olivier Jeulin |
Re: [xsl] Unicode character decimal, David Carlisle | Date | Re: [xsl] Count items in a key ?, Olivier Jeulin |
Month |