Error in generating a new XSL Transformer from large xslt File

Good day to all,

Currently I am facing a problem that whenever i try generating a Transformer object from TransformerFactory, I will have a TransformerConfigurationException threw. I have did some research from the net and understand that it is due to a bug that JVM memory limit of 64kb. However is there any external package or project that has already addressed to this problem? I have checked apache but they already patch the problem in Xalan 2.7.1. However I couldn't find any release of 2.7.1

Please help

Regards

RollinMao

[561 byte] By [RollinMaoa] at [2007-11-27 9:38:17]
# 1
up for my qns....Anyone got any ideas or a way out?Thanks....Regards.Yiming
RollinMaoa at 2007-7-12 23:11:22 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
If you have the transformation rules in a separate XSLT file, then, you can use com.icl.saxon package to get XML files transformed. I have used this package with large XSL files and has worked well.
java_a at 2007-7-12 23:11:22 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...