RE: [xsl] xsl:key (use attribute)

Subject: RE: [xsl] xsl:key (use attribute)
From: "David Zuccaro" <davidz@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 May 2002 11:11:44 +1000
> BTW I'd say it should be
>   select='key('emp_id', concat(@client_id, @emp_id)'
> 
> J.Pietschmann

<xsl:for-each select="key('emp_id', concat(@client_id, @emp_id))">
                                                               ^

I see my problem now.  I left off the bracket for the key statement.

Thanks

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread