Re: Improving performance XSLTC / JAXP

2003-09-15 Thread IvanLatysh
Hello, [EMAIL PROTECTED] You wrote to [EMAIL PROTECTED] on Thu, 11 Sep 2003 09:18:29 +0200 (CEST): m - Use an XSLT compiler like XSLTC that comes with Xalan-J. m sounds good but I have no Idea how should I do that. m So I'm looking for some more details how to do that. Read this

Re: Improving performance XSLTC / JAXP

2003-09-13 Thread Glen Mazza
--- [EMAIL PROTECTED] wrote: - 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 Check the Xalan website for XSLTC:

RE: Improving performance XSLTC / JAXP

2003-09-11 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] - 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. Hi, If you're using Xalan, you might want to