xsl-list
[Top] [All Lists]

Re: for-each

2003-08-01 09:41:38
AROSO Jose Antonio wrote:
How can i in for-each loop to access a high node in the tree.
...
<xsl:for-each
select="Key_Group_Groups/Key_Group/Key_Group_Member_Groups/Key_Group_Member/
Key_Group_MemberProps">

How can i access to the node for example Key_Group?

Try
  ../../../
or
  ancestor::Key_Group

J.Pietschmann


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



<Prev in Thread] Current Thread [Next in Thread>