Change number of significant digits displayed
Hi,
I have a question about formatting Real numbers.. Can I change using XSLT the number of significant digits that appear after being processed?
E.g.
If I have an XML like:
<test>
<a>1.38543934543454</a>
</test>
I want an output that only shows:
1.3854
And I still want my XML file to contain the full precision.
Thanks,
Prem
|