[
Lists Home |
Date Index |
Thread Index
]
If you are using XSLT, use format-number($x*100, '0000000000')
Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com
> -----Original Message-----
> From: Garvin Franco [mailto:garvin_franco@hotmail.com]
> Sent: 30 March 2002 20:14
> To: xml-dev@lists.xml.org
> 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
> garvin_franco@hotmail.com
>
>
>
>
> _________________________________________________________________
> 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>
>
|