[xsl] Re: Pad a string

Subject: [xsl] Re: Pad a string
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Tue, 7 May 2002 10:46:10 -0700 (PDT)
Eric Vitiello <xsl-list at perceive dot net> wrote:

[snip]

> I've been unable to find a simple way in XSL to do the padding that
> I want.  I can live without the space at the beginning and end of
> the ....

This reminds me of a discussion held almost a year ago.

Do have a look at:

http://sources.redhat.com/ml/xsl-list/2001-07/msg01040.html

One can also use the string analog of the iter() function from FXSL in
order to build string of repeated patterns dynamically.

Your case seems quite simple -- you could use a static global
xsl:variable containing a known in advance maximum of dots and
manipulate it using the substring() function.

Cheers,
Dimitre Novatchev.


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

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


Current Thread