I need to convert double value to exponential value by using xslt, and i think this we can do by using format-number function but i don't 've any idea how to convert by using this so any one help me out.
Thanks, @nag
I need to convert double value to exponential value by using xslt, and i think this we can do by using format-number function but i don't 've any idea how to convert by using this so any one help me out.
Thanks, @nag
There's no support for output in scientific notation in XSLT 1.0, and only very limited support in XSLT 2.0. (In XSLT 2.0, conversion from double to string uses scientific notation for absolute values outside the range 1e-6 to 1e+6, and there is no way of controlling this, although you can avoid it completely by converting via decimal.)