|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to pad space to a text node to make it have specfic
Thank you very much.
I can use string-length() to find the needed no of spaces to pad.
However, since there is not for-loop or while-loop like-element in XSLT,
I cannot easily use concat() to form a fixed-length data.
Any suggestion how to do that.
David Carlisle <davidc@xxxxxxxxx> on 10/18/2000 06:07:25 PM
Please respond to xsl-list@xxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxx
cc: (bcc: Albert Tsun/Excel)
Subject: 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








