Subject: RE: Re: Maintaining Heirarchy and using Recursion to write an XSL
From: Jarno.Elovirta@xxxxxxxxx
Date: Thu, 26 Jun 2003 11:58:39 +0300
|
Hi,
> Thanks very much. Since i need to put icons for every child,
> i was thinking
> it would be better for me to process each node separately and
> not to use a
> *. Here is the XSL code i wrote to take care of recursion. Is
The way you do it looks kinda weird, but that's probably because I don't fully grasp what your want.
> there a way to
> indent each child based on depth? I can get the depth with
> "count(ancestor::*)". The output would still be:
Like I said, e.g. something like
<xhtml:div style="margin-left: {count(ancestor::*)}em">
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|