Re: XSLT- String formatting

Subject: Re: XSLT- String formatting
From: David_Marston@xxxxxxxxx
Date: Mon, 7 Aug 2000 17:08:15 -0400
Vivek Bawge writes:
>I am using xsl to read a xml and produce a text format output.
>...
>i want all the values of that element [employer] be left aligned,
>and 20 characters long.

How about
substring(concat(employer,'                    '),1,20)?
.................David Marston


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


Current Thread