xsl-list
[Top] [All Lists]

RE: Elements just before/after the current one

2004-05-27 11:51:56

Selon Josh Canfield <Josh(_dot_)Canfield(_at_)plumtree(_dot_)com>:

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


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