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]

Re: XSLT- String formatting


Thanks a lot David,
it works.
thanks again
-vivek

--- David_Marston@lotus.com 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

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