xsl-list
[Top] [All Lists]

RE: right padding with zeros

2005-03-11 15:34:14
format-number does what it says - it formats a number, it doesn't multiply
it by 100 or 1000.

Try substring(concat($num, '00000'), 1, 5)

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: Bhaskar, Rajan [mailto:RBhaskar(_at_)cvs(_dot_)com] 
Sent: 11 March 2005 22:05
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] right padding with zeros

Hi,
 How can i right pad a string with zeroes

if a value of 5 digits obtained is 234 it has to be 23400 and 
not 00234. Is it possible in format-number.?
I tried but getting only right padded  




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>