Re: How to pad space to a text node to make it have specfic length?

Subject: Re: How to pad space to a text node to make it have specfic length?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 18 Oct 2000 10:07:25 GMT
> I am trying hard to pad space to a text node so that the data value
> will have a specific length.

<xsl:value-of select="substring(
'                                      ',
string-length(xxxx))"/>
<xsl:value-of select="xxxx"/>

David


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


Current Thread