RE: how to access the element which is in the top in XSL.

Subject: RE: how to access the element which is in the top in XSL.
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 21 Sep 2000 09:36:56 +0100
> <one>
>       <two>
>            <three>something</three>
>                  <four>
>                         <five>
>                               <six>
>                                     <seven>
>                                     <seven1>
> 
> 
i have navigated upto <seven1>. If at this point i
> want to refer to the element "three".

select="ancestor::two/child::three"

Mike Kay 


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


Current Thread