xsl-list
[Top] [All Lists]

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

2006-07-21 08:58:43
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(_at_)cranesoftwrights(_dot_)com> wrote:
  <xsl:apply-templates
     select="key('records',
                 key('activities',
                     'yes',
                     document('blah.xml')),
                 $records)"/>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--