Convert scientific notation into double with XSLT(FO)
Posted
by Mork0075
on Stack Overflow
See other posts from Stack Overflow
or by Mork0075
Published on 2010-02-26T14:26:30Z
Indexed on
2010/06/14
15:02 UTC
Read the original article
Hit count: 170
Hello,
the XML i would like to transform contains something like 7.3248378E7, which is not supported natively by the XSL-FO processor (ends up in NaN in the PDF file). Is there a nice way (which is the opposite of a dirty hack) to convert this number format?
Thanks a lot.
© Stack Overflow or respective owner