Re: [xsl] Finding the following sibling of same type

Subject: Re: [xsl] Finding the following sibling of same type
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Sun, 29 Aug 2004 20:27:16 +0200
Kenneth Stephen wrote:
....to locate the element, but I'm having trouble figuring out how to
find its position within the parent (main).

Try something like count(preceding-sibling::*)

J.Pietschmann

Current Thread