[xsl] moving thru nodes

Subject: [xsl] moving thru nodes
From: Rosa I-Ting Cheng <Rosa@xxxxxxxxxxxxx>
Date: Thu, 15 Feb 2001 11:57:50 +1100
Can anyone please tell whether I can get out of a node once I'm into it?!
eg:

<one>
	<two>
		<three>
			<four/>
		</three>
	</two>
	<five>
		<six>
			<seven/>
		</six>
	</five>
</one>

if I was in two, how can I get into six?
does this 
parent::one/five/six
mean I go to the node or just refering to that node?

Thanx


Rosa

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


Current Thread