Re: [xsl] need a help with following siblings

Subject: Re: [xsl] need a help with following siblings
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Wed, 16 Mar 2011 11:36:50 +0000
On 16 March 2011 11:31, Red Light <skydelta98@xxxxxxxxx> wrote:
> hi android,

android... :)


>  and the answer should be true or false  , i just want detect when a
>  <listElement> have <categOrSubOrOther> value to 'Categ'  is followed by
another <listElement> have <categOrSubOrOther> value to 'Sub'

exists( listElement[categOrSubOrOther =
'Categ']/following-sibling::listElement[categOrSubOrOther = 'Sub'] )


--
Andrew Welch
http://andrewjwelch.com

Current Thread