[xsl] following vs following-sibling

Subject: [xsl] following vs following-sibling
From: Yan Zhu <yan.zhu@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 28 Dec 2001 08:52:24 -0600
    Is there a difference between the two? I thought
they are the same but:

    I tried:

    <xsl:value-of select="following::url"/>

    which worked, but this:

    <xsl:value-of select="following-sibling::url"/>

    returns nothing while there is a following node, so
they do behave differently?

    thanks

yan


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


Current Thread