RE: [xsl] Retrieving named elements from separate tree

Subject: RE: [xsl] Retrieving named elements from separate tree
From: STEPHEN_R_FRIEDLAND@xxxxxxxxx
Date: Tue, 19 Mar 2002 16:41:58 -0500
I was hoping it was something simple like this. It works
great, thanks!

-Steve

-----Original Message-----

[@colname=name()] is true for all nodes, where the value of @colname is the
same as the name:

<nodename colname="nodename"/>. name() in the predicate means the node
outside the predicate. What you want to have: [@colname=name(current())].

Regards,

Joerg


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


Current Thread