xsl-list
[Top] [All Lists]

Re: recursive call of template - how to find parents

2003-11-05 06:47:22
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



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