Shravana Gadi wrote:
Hi,
We are using FOP,batik and xalan to generate PDF document.When we are using
old version of xalan in endorsed directory of tomcat5 it works fine.
Where as when we use any latest version of xalan instead of reading and
displaying the $1.0E9 as $1,000,000,000 it is showing as NaN.
output with xalan attached :
$1.0E9 showing correct as $1,000,000,000
output with any other latest version of xalan
$1.0E9 showing correct as NaN.
please find the attached xalan which works fine for me.
XPath does not support exponential notation as a lexical representation
for numbers:
http://www.w3.org/TR/xpath#exprlex
This is a bug in older versions of Xalan-J that was fixed, so the
behavior of the latest version of Xalan is correct.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]