[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

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: "Robert C. Lyons" <boblyons@xxxxxxxxxx>
Date: Wed, 20 Sep 2000 21:58:04 -0400
topvalue and access 2000
Babu wrote:
> 2.i have navigated upto <seven1>. If at this point i
> want to refer to the element "three".
>      for example.
> 
>       <xsl:template match="seven1"
>               <topvalue>
>                      <xsl:applytemplates
> select="three">  ????? what is the format to be
> applied.
>               </topvalue>
>       <xsl:template>

Assuming that <four> is a subelement of <three>
(i.e., <four> is under <three>), the following
should work:

       <xsl:template match="seven1">
               <topvalue>
                      <xsl:apply-templates select="../../../.." />
               </topvalue>
       <xsl:template>

Hope this helps.

Bob

<sig name    = 'Bob Lyons'
     title   = 'E-Commerce Consultant'
     company = 'Unidex, Inc.'
     phone   = '+1-732-975-9877'
     email   = 'boblyons@xxxxxxxxxx'
     url     = 'http://www.unidex.com/'
     product = 'XML Convert: transforms flat files to XML & vice versa' />


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.