xsl-list
[Top] [All Lists]

Counting preceding nodes

2005-01-07 09:20:21
Hi

I have the following XML structure, <level3/> is my context node. I want
to count the preceding <level3/> nodes that have the same <level1>
grandparent. I can't seem to get my head around the XPATH syntax.

<wrapper>
<level1>
        <level2>
                <level3/>
        </level2>
        <level2>
                <level3/>
        </level2>
        <level2>
                <level3/>
        </level2>
</level1>
<level1>
        <level2>
                <level3/>
        </level2>
        <level2>
                <level3/>
        </level2>
        <level2>
                <level3/>       <!-- when context, preceding count will
be 2 -->
        </level2>
        <level2>
                <level3/>       <!-- when context, preceding count will
be 3 -->
        </level2>
</level1>
</wrapper>

Thanks.
 
--
Kevin


--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>