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]

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


> <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

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