RE: [xsl] How to get the sibling node just before the context node?

Subject: RE: [xsl] How to get the sibling node just before the context node?
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Thu, 21 Apr 2005 09:20:36 +0300
Hi,

> <A>
>   <TEXT1>
>   <TEXT2>
> </A>
> <B>
>   <TEXT1>
>   <TEXT2>
> </B>
> <C>
>   <TEXT1>
>   <TEXT2>
> </C>
>
>
> If context node is C, I want to get only B.
>
> I tried using preceding-sibling::TEXT1 but I always get TEXT1
> of node A, but I want to get it of node B.

preceding-sibling::*[1]/TEXT1


Cheers,

Jarno - DJ Rocca: Dark side of Finland VOL.III
<http://www.wiruz.1g.fi/Rocca/Dj Rocca-Darkside of Finland vol.III.mp3>

Current Thread