Subject: Re: recursive call of template - how to find parents
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 5 Nov 2003 13:47:22 +0000
|
Hi Michael,
> One more question. Is it possible to find out in which level of
> topic I am? The thing is, that I have 4 levels, The 4th level has to
> get another hyperlink, because the 4th level is not a single page,
> it is the whole accumulation of the 5th level topics is in one page,
> with html ancers.
Try counting the number of ancestor topics:
count(ancestor::topic)
This will return 0 if you're at the first level of topics, 1 if you're
at the second level and so on.
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|