ancestor counting

Subject: ancestor counting
From: Ronald <ronald@xxxxxxxxxxx>
Date: Fri, 22 Sep 2000 11:38:30 +0200
Hi there,

My problem concerning XSLt is as following.
I've got a XML document which more or less looks something like this:

<tree>
	<branch>
		<branch></branch>
	</branch>
	
	<branch>
		<branch>
			<branch></branch>
		</branch>
	</branch>

	<branch></branch>
	<branch></branch>
<tree>

I've got some branches within branches, and I'm not aware how many branches there are and to which level they can grow.
So actually I want to know how many ancestors the branch has got.
How can I do this?


---------||-------||-----------
Ronald Heller
Salience BV
Villawal 21
3432 NX Nieuwegein
tel.: 030 60 56 675
fax: 030 6056 324
mob.: 06 20 41 25 77
ronald@xxxxxxxxxxx
www.salience.nl


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



Current Thread