RE: [xsl] traversing to next Element

Subject: RE: [xsl] traversing to next Element
From: "Tengshe, Ashish" <Tengshe.Ashish@xxxxxxxxxxxxx>
Date: Wed, 30 Jul 2003 10:17:04 -0500
I think the XPath for the next element is something like
following::node() as in
<xsl:value-of select="following::node()"/>

Thanks,
Ashish

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of sundar k
rajan
Sent: Wednesday, July 30, 2003 9:54 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] traversing to next Element


Hi all,

How do i jump to next element, for example,

<div>
    <table>
      <tr>
         . ....

     </table>
</div> 
<font>
....

i'm in DIV and how do i go to FONT in XSL. 

Thanx in advance

regards,
Sundar


____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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


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


Current Thread