This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Zero padding numbers in text output from a source XML document


Quoting Garvin Franco <garvin_franco@hotmail.com>:

> 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

Try multiplying by 100 first and using '0000000000' as the 
format string.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]