Subject: RE: Problems copying elements recursively.
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Wed, 19 Feb 2003 15:11:59 -0000
|
> Mike,
> Pardon me for asking what may be a simple question,
> but I am not very well versed in xsl. How do I
> translate the count to number of spaces( )?
>
A convenient way that Jeni pointed out is
<xsl:for-each select="ancestor::*">
<xsl:text> </xsl:text>
</xsl:for-each>
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|