[xsl] format-number issue

Subject: [xsl] format-number issue
From: henry human <henry_human@xxxxxxxx>
Date: Tue, 14 Feb 2012 07:41:56 +0000 (GMT)
Hi guys
I have taxAmount element which has different formats :
a)
<TaxAmount>247.09</TaxAmount> 
b)<TaxAmount>247.9</TaxAmount>
c)<TaxAmount>24</TaxAmount> 
The result shold be : 
a)0000024709
b)0000002479
c)0000000024
?
Thanks

Current Thread