xsl-list
[Top] [All Lists]

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

2006-07-21 09:52:02
On 7/21/06, Steve <subsume(_at_)gmail(_dot_)com> 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(_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>
--~--