This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A position question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]