|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: Not sure what is happenning, Kay Michael | Thread | Re: Depth of sourde tree, David Carlisle |
| RE: Filtering using XSL, Kay Michael | Date | Re: XML hierarchy, Jany Quintard |
| Month |