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

Subject: Re: [xsl] xsl:key() and $variables.
From: Steve <subsume@xxxxxxxxx>
Date: Fri, 21 Jul 2006 11:58:12 -0400
I was on track until this part....

Why do these key functions have 3 arguments?

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