Depth of sourde tree

Subject: Depth of sourde tree
From: Martin Kupisch <kupisch@xxxxxxxxxxxxxx>
Date: Fri, 11 Feb 2000 11:05:05 +0100
Hi all,
I have an XML-Document that reflects the structure of a menu, for
example

<menu>
    <entry>
        <name>one</name>
        <entry>
            <name>oneone</name>            <-----
        </entry>
        <entry>
            <name>onetwo</name>            <-----
        </entry>
    </entry>
    <entry>
        <name>two</name>
    </entry>
</menu>

and so forth.
So, what I am trying to get is the depth of this structure, i.e. the
maximum indent or the number of children of the longest path between an
<entry> element and its innermost child ('oneone' or 'onetwo' in this
case). Does anyone know how to achieve this.
Thanks for any help! Martin Kupisch


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


Current Thread