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]

moving thru nodes


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


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