Gabor Hojtsy wrote:

> The solution would be to count with relative depth, and not absolute
> depth, as it is now, but I don't know how to solve that elegantly...

Oh, sorry. I probably wasn't thinking when I wrote the code. Try change

<xsl:variable name="absolute.depth" select="count(ancestor::*)"/>

to

<xsl:variable name="absolute.depth"              
select="count(ancestor::*)-count($toc-context/ancestor::*)"/>

I think, that now it should work. 


-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to