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]
Other format: [Raw text]

Re: Pad a string


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


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