Re: [xsl] XPath: ancestor:: axis vs. use of ../../../ etc.

Subject: Re: [xsl] XPath: ancestor:: axis vs. use of ../../../ etc.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 7 Mar 2003 21:17:47 GMT
>> My basic question: what is going on that 
	A.	"../../@name" 
is so different from 
	B.	"../../../span-fill/@name"
?


A is the name attribute of your grandparent
B is the name attribute of a span-fill child of your great-grandparent,
this might not be your ancestor, it might be a great uncle.

David

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


Current Thread