[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: format number

Subject: Re: format number
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 19 Mar 2012 10:45:54 +0000
Re:  format number
On 19 March 2012 10:36, henry human <henry_human@xxxxxxxx> wrote:
> Hello
> I have filed1 = 100 or filed1 = 2000 or filed1 = 30000 ...(length <  8)
> I will format filed1 with zeros, so the filed1 is ever 8 digits long:
> 100   => 10000000
> 2000  =>  20000000
> 30000 => 30000000

If you really want to change the number by padding zeros onto the end,
then you can do:

concat($num, substring('00000000', string-length(string($num))))"

If however you want to pad with leading zeros (leaving the number
unchanged), then you can do:

format-number($num, '00000000')


--
Andrew Welch
http://andrewjwelch.com

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.