Subject: indentation in xsl
From: "Andreas Mecky" <andreasmecky@xxxxxxxx>
Date: Mon, 7 Apr 2003 16:05:40 +0200
|
Hello XSL gurus,
I am trying to do some recursive transforming with an identation.
Currently I have no clue how to get started. My XML looks like this
<folder name="Test1">
<folder name="SubTest1"/>
<folder name="SubTest2">
<folder name="SubSubTest2"/>
</folder>
</folder>
Now I want to transform it with XSL but put a number of spaces in front
depending
on the depth of the particular folder.
Any suggestion is welcome
WBR
Andreas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|