This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xsl:key (use attribute)


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]