I ran the XSLT transform twice (just out of curiosity), and there was about 300ms difference between the two identicalk runs. However, it is more in line with the results we were expecting. However, it was still about 15-18 seconds shorter than my previous results (diligently watching the clock).

This does indeed provide some food for thought. Keeping in mind the difference between the previous times I submitted (01:05 for 0.20.4--00:58 for 0.20.5rc) I see that xalan-2.4.1 & xerces-2.2.1 have some improvements.

So, where does this leave us? Should we drop a note to the xalan folks? Should we make a note in the FOP docs?

Here's the output from the DOS window:

===

C:\Program Files\Java\fop-0.20.4>java -cp lib/xml-apis.jar;lib/xercesImpl-2.0.1. jar;lib/xalan-2.3.1.jar org.apache.xalan.xslt.Process -IN C:\xml_med7\biglinux\t est_NCWC_sm_1.1.xml -XSL C:\xml_med7\fo\xml_med7_default.fo -OUT 030123_test_xml _med7_NCWC_sm_1.1.out.xml -DIAG

========
Transform of C:\xml_med7\biglinux\test_NCWC_sm_1.1.xml via C:\xml_med7\fo\xml_me d7_default.fo took 46671 ms

C:\Program Files\Java\fop-0.20.4>java -cp lib/xml-apis.jar;lib/xercesImpl-2.0.1. jar;lib/xalan-2.3.1.jar org.apache.xalan.xslt.Process -IN C:\xml_med7\biglinux\t est_NCWC_sm_1.1.xml -XSL C:\xml_med7\fo\xml_med7_default.fo -OUT 030123_test_xml _med7_NCWC_sm_1.1.out.xml -DIAG

========
Transform of C:\xml_med7\biglinux\test_NCWC_sm_1.1.xml via C:\xml_med7\fo\xml_me d7_default.fo took 47030 ms

C:\Program Files\Java\fop-0.20.4>fop -d -fo 030123_test_xml_med7_NCWC_sm_1.1.out .xml -pdf 030123_test_XSLT_002.pdf

C:\Program Files\Java\fop-0.20.4>java -cp build\fop.jar;lib\batik.jar;lib\xalan- 2.3.1.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\avalon-framework-cvs-200 20315.jar;lib\logkit-1.0.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop -d -fo 030 123_test_xml_med7_NCWC_sm_1.1.out.xml -pdf 030123_test_XSLT_002.pdf[DEBUG] Input mode:
[DEBUG] FO
[DEBUG] fo input file: 030123_test_xml_med7_NCWC_sm_1.1.out.xml
[DEBUG] Output mode:
[DEBUG] pdf
[DEBUG] output file: 030123_test_XSLT_002.pdf
[DEBUG] OPTIONS
[DEBUG] no user configuration file is used [default]
[DEBUG] debug mode on
[DEBUG] dump configuration
[DEBUG] quiet mode on
[DEBUG] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[DEBUG] base directory: file:/C:/Program Files/Java/fop-0.20.4/
[INFO] FOP 0.20.4
[DEBUG] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[DEBUG] setting up fonts
[INFO] [1]
[DEBUG] Last page-sequence produced 1 pages.
[INFO] Parsing of document complete, stopping renderer
[DEBUG] Initial heap size: 726Kb
[DEBUG] Current heap size: 2191Kb
[DEBUG] Total memory used: 1464Kb
[DEBUG] Memory use is indicative; no GC was performed
[DEBUG] These figures should not be used comparatively
[DEBUG] Total time used: 1843ms
[DEBUG] Pages rendered: 1
[DEBUG] Avg render time: 1843ms/page

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to