This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]