Xalan-J is a Java application. It's written keeping in mind only the Java language features and APIs.
Any performance difference on different OSs and hardware platforms cannot be attributed to Xalan. I think, the best you can do is try different JVM memory options, and have better hardware if you can. The XSLT stylesheet run time also depends on, the size of the input document, and sometimes on the kind of XSLT instructions you use. for e.g., you should avoid using // operator whenever you can (esp. near the root of a large tree). On Tue, Sep 16, 2008 at 8:17 PM, Sriram83 <[EMAIL PROTECTED]> wrote: > > Michael: yesterday, we stripped the xslt transformation component seperately > and executed the xslt transformation for about 1000 transactions. But still, > there seems to be difference between execution time in windows vs execution > time in linux box. > > Also, we came across this post regarding Xalan in multicore environment.. > Can anyone provide comments on this post? > > http://marc.info/?l=xalan-j-users&m=117327580321384&w=2 > > Regards, > Sriram. -- Regards, Mukul Gandhi
