Hi. I have a need to process a xml-document containing a node that, at most, can contain 18 digits (16 integer and 2 fraction). What I have found however is that the last decimal will be corrupted (set to zero) and I have a suspicion that this is because the internal representation is a double am I right?
Primarily I need to edit it but also use it as input in a sum function which in turn will also result in an edit (of the result). The question therefore is: Does anybody have an idea of how to process such a large number with Xalan? I am currently running Xalan 2.7.0. Regards Lars Ps. Happy Holidays..... Ds.