[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] for-each
Subject: Re: [xsl] for-each
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Fri, 01 Aug 2003 18:41:38 +0200
|
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
|