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

RE: [xsl] Elements just before/after the current one


Subject: RE: [xsl] Elements just before/after the current one
From: Nicolas Pillot <nicolas.pillot@xxxxxxxxxx>
Date: Thu, 27 May 2004 14:51:56 -0400

Selon Josh Canfield <Josh.Canfield@xxxxxxxxxxxx>:

> You want something like:
> <prev><xsl:value-of select="preceding-sibling::*[1]"/></prev>
> <next><xsl:value-of select="following-sibling::*[1]"/></next>

Thank you Josh, i was just replying to my own question at the same time
Yeah, i'd better think again before posting ;-)
Nicolas


Current Thread