Re: XSLT- String formatting

Subject: Re: XSLT- String formatting
From: Vivek Bawge <vivekbawge@xxxxxxxxx>
Date: Tue, 8 Aug 2000 12:18:49 -0700 (PDT)
Thanks a lot David,
it works.
thanks again
-vivek

--- David_Marston@xxxxxxxxx wrote:
> 
> 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


=====


__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/


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


Current Thread