xsl-list
[Top] [All Lists]

AW: [xsl] format-number troubles

2011-09-20 03:54:53
Thx a lot, worked like a charm.


. . . . . . . . . . . . . . . . . . . . . . . . . .
Ing. Patrick Szabo
 XSLT Developer 
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick(_dot_)szabo(_at_)lexisnexis(_dot_)at
Tel.: 00431 534521573 
Fax: +43 (1) 534 52 - 146 


-----Ursprüngliche Nachricht-----

Von: Michael Kay [mailto:mike(_at_)saxonica(_dot_)com] 
Gesendet: Dienstag, 20. September 2011 10:47
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff: Re: [xsl] format-number troubles

On 20/09/2011 09:36, Andrew Welch wrote:
I have a string of numbers that has to be 6 digits long.
Thing is i don't want to fill up what's missing to 6 with 0 but i have
to add the 0 ad the end of the string.

How do i do that with format number ?!
It's probably very simple but i just can't seem to find the right
formatstring.
Post an example, because adding 0 at the end would make it a different 
number...



Try

substring(concat(string($number), '000000'), 1, 6)

Michael Kay
Saxonica

--~------------------------------------------------------------------
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>
--~--




--~------------------------------------------------------------------
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>