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]
Other format: [Raw text]

following vs following-sibling



    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


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