Next in thread → Next in month →

RE: [xml-dev] Zero padding numbers in text output from a source XML document

From
Michael Kay <>
To
'Garvin Franco' <>,
Date
2002-04-01T15:48:12Z
ID
<003801c1d994$a25f0d10$6501a8c0@pcukmka>
Thread
RE: [xml-dev] Zero padding numbers in text output from a source XML document
If you are using XSLT, use format-number($x*100, '0000000000')

Michael Kay
Software AG
home: 
work:  

> -----Original Message-----
> From: Garvin Franco [mailto:]
> Sent: 30 March 2002 20:14
> To: 
> Subject: [xml-dev] Zero padding numbers in text output from a 
> source XML
> document
> 
> 
> I am trying to figure out how to zero pad numbers on text output from
> a source XML document.
> 
> Problem:
> The format of the element on the xml file must be '########.00'.
> 
> Input:
> <foo>
> <bar>1234.56</bar>
> </foo>
> 
> But the output on the text file must be placed in a fixed position as
> follows. Notice there is no separator between the whole and fractional
> components.
> 
> Output:
> 0000123456
> 
> Thanking you in advance for any assistance.
> 
> Garvin
> 
> 
> 
> 
> 
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
Next in thread → Next in month →