[xsl] inserting spaces ( )

Subject: [xsl] inserting spaces ( )
From: "Carlos" <linux@xxxxxxxx>
Date: Tue, 12 Mar 2002 13:04:06 +0100
in html the espace is &nbsp;
if with <xsl:value-of select="count(ancestor::*)-2"/> i have a number, how
can i insert  this number * spaces?
--> <xsl:value-of select="count(ancestor::*)-2"/> * &nbsp;

if the number(<xsl:value-of select="count(ancestor::*)-2"/>) is 5:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

thanks


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread