xsl-list
[Top] [All Lists]

Re: [xsl] need a help with following siblings

2011-03-16 06:37:01
On 16 March 2011 11:31, Red Light <skydelta98(_at_)yahoo(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--