Re: [xsl] Immediate Previous Node

Subject: Re: [xsl] Immediate Previous Node
From: Jarkko.Moilanen@xxxxxx
Date: Fri, 15 Nov 2002 13:27:11 +0200 (EET)
Lainaus Luke Ambrogio <gryzlaw@xxxxxxxxxxx>:

<xsl:if test="previous-sibling::*=a">

Jarkko

> hello ppl,
> 
> i have a small problem, hope you can help.
> i have a sorted xml something like:
> 
> <index>
> <item>a</item>
> <item>ab</item>
> <item>b</item>
> <item>c</item>
> </index>
> 
> how can i, using xsl of course, find out the data of immediate previous 
> node. example while processing:
> 
> <item>ab</item>
> 
> using <xsl:if> i want to check whether the previous one is
> <item>a</item> so 
> that i can process it different
> 
> hope i was clear
> 
> 10x in advance
> 
> Luke
> 
> _________________________________________________________________
> The new MSN 8: advanced junk mail protection and 2 months FREE* 
> http://join.msn.com/?page=features/junkmail
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 



****************************************************************
Jarkko Moilanen          "Erehtyminen on inhimillista, 
Researcher/ ITCM         mutta todella suuret mokat 
jm60697@xxxxxx           vaativat tietokoneen käyttöä."         
www.uta.fi/~jm60697                                           
GSM: +358 50 3766 927                                         
****************************************************************
* ITCM | Information Technology and Crisis Management            
* http://www.itcm.org                                            
****************************************************************

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread