anirbb wrote:
Hi,
We are trying to do a diff between 2 large leaf nodes each having 65000
entries under one node using xalan-c. It's taking a very long time to
execute ---- by extrapolation it will take close to 84 days to complete. We
are running on Windows system with 1GB ram and 2.8GHz processor.

But the same works faster in the xalan-j.

Is this a known issue with xalan-c?
Xalan-C has a very different model of tree iteration than Xalan-J, and in many instances, it will be much slower.

Without seeing more of your stylesheet, it's really hard to say what might be the cause. In particular, "trying to do a diff" is not enough information to understand what your stylesheet is doing.

Dave

Reply via email to