[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] following vs following-sibling


Subject: Re: [xsl] following vs following-sibling
From: Yan Zhu <yan.zhu@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 29 Dec 2001 11:00:28 -0600

    I see, thanks for help!

yan

Jeff Kenton wrote:

> .. Date: Fri, 28 Dec 2001 08:52:24 -0600
> .. From: Yan Zhu <yan.zhu@xxxxxxxxxxxxxxxxxxxxxx>
> .. Subject: [xsl] 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?
> ..
>
> following-sibling is a subset of following.  following-sibling gets
> you only the children of the same parent as the current node; following
> gets all those plus their descendents.
>
> --jeff
>
>  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