Re: [xsl] A position question

Subject: Re: [xsl] A position question
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Wed, 13 Feb 2002 20:08:14 +0200
Haque, Suraiya wrote:

> I would like to find the positions of the elemB elements with id="11". I can
> get the next one by following-sibling::elemB[@id="11"], but I don't know how
> to find it's position in the context node. Any suggestions?

Compute it by yourself - just count all preceding siblings:

count(preceding-sibling::node()) + 1

-- 
Oleg Tkachenko
Multiconn International, Israel


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


Current Thread