Re: [xsl] xsl:key() and $variables.

Subject: Re: [xsl] xsl:key() and $variables.
From: "Svante Schubert" <svante.schubert@xxxxxxxxx>
Date: Fri, 21 Jul 2006 18:51:43 +0200
On 7/21/06, Steve <subsume@xxxxxxxxx> wrote:
I was on track until this part....

Why do these key functions have 3 arguments?

He uses XSLT 2 - http://www.w3.org/TR/xslt20/#function-key


The rest I get.

-Steve

On 7/20/06, G. Ken Holman <gkholman@xxxxxxxxxxxxxxxxxxxx> wrote:
>   <xsl:apply-templates
>      select="key('records',
>                  key('activities',
>                      'yes',
>                      document('blah.xml')),
>                  $records)"/>

Current Thread