Hi,
We are using Xalan J 1.2 to do XML / XSL transformation at command prompt.
We need to transform an XSL file with a huge XML file with more than 10,000
lines. The transformation executed more than 10 minutes and still can't
finish the transformation. Is there any method to improve the transfromation
time?
Thanks.
Chris
The output from the command prompt :
C:\www\xsl>java -cp .;s:\lib\lotusxsl\xerces.jar;s:\lib\lotusxsl\xalan.jar
org.apache.xalan.xslt.Process -xsl answer.xsl -in ../xml/form9.xml -out
a.htm
========= Parsing file:C:/www/xsl/wizcase_answer.xsl ==========
Parse of file:C:/www/xsl/answer.xsl took 1282 milliseconds
========= Parsing ../xml/form9.xml ==========
Parse of ../xml/form9.xml took 711 milliseconds
=============================
Transforming...
---------------------------------------------------------------------
In case of troubles, e-mail: webmaster@xml.apache.org
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org
|