xsl-list
[Top] [All Lists]

RE: traversing to next Element

2003-07-30 08:17:04
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(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of 
sundar k
rajan
Sent: Wednesday, July 30, 2003 9:54 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>