xsl-list
[Top] [All Lists]

indentation in xsl

2003-04-07 07:05:40
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



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