I have to improve the performance of our fop processing (Apache Tomcat with an FOP servlet)
By sneaking around I found the folowing informations: (http://xml.apache.org/fop/embedding.html) Improving performance There are several options to consider: ... - Cache the stylesheet. If you use the same stylesheet multiple times you can setup a JAXP Templates object and reuse it each time you do the XSL transformation. - Use an XSLT compiler like XSLTC that comes with Xalan-J. sounds good but I have no Idea how should I do that. So I'm looking for some more details how to do that. regards Manfred --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
