To my opinion, it's not good to write and deploy applications with the Xalan bundled with JDK. It's usually old than the current stable release.
I would recommend writing your application and deploying it with the latest Xalan version available from Apache web site (http://xml.apache.org/xalan-j/). The latest version of Xalan as of now is, 2.7.1 which you should ideally use. Could you also kindly describe the problem you are trying to solve, with a small sample input and the required output. It will help the list members to see what's going wrong. On Fri, Aug 15, 2008 at 5:09 PM, brianfeng221 <[EMAIL PROTECTED]> wrote: > > Hi All: > > Currently I am dispatching a new software for my company. But i met the > following error: > in my eclispse, it is java 5. I receive the result successfully > <?xml version="1.0" encoding="UTF-8"?>EXEC merlin_i_py_sgsod_rg > 27250786,equity-27063930,0,90661,8.5629298737570847e+04,0.0,9.4478634844016729e-01,0.0,0.0000000000000000e+00,0.0,2.5976390644340427e+01,0.0,0.0000000000000000e+00, > 0.0, 0.0,NULL,NULL,NULL,NULL,NULL, NULL, 1.0000000000000000e+00 > > but if i switch it to java 1.4 > it show me th error > <?xml version="1.0" encoding="UTF-8"?> > EXEC merlin_i_py_sgsod_rg > 27250786,<underlying>equity-27063930</underlying>,NaN,NaN,8.5629298737570847e+04,0.0,9.4478634844016729e-01,0.0,0.0000000000000000e+00,0.0,2.5976390644340427e+01,0.0,0.0000000000000000e+00, > 0.0, 0.0,NULL,NULL,NULL,NULL,NULL, NULL, 1.0000000000000000e+00 > > And the server is using java 1.4, that means I have to make it working on > java 1.4 > Could anyone help me on this, please? :( > > millions of thanks -- Regards, Mukul Gandhi