Re: [xsl] XSLT Saxon Transformation in JSP pages ?

Subject: Re: [xsl] XSLT Saxon Transformation in JSP pages ?
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Tue, 05 Sep 2006 14:50:34 -0400
Vincent Blondel wrote:
thanks a lot Rob, this is exactly what I was looking for. I will have a
look at the code to try to adapt it so I can use saxon engine.

I think you just need to set the system property as you did before (preferably only once in the init).


best,
-Rob


Regards Vincent.

On Tue, September 5, 2006 19:58, Robert Koberg wrote:
Hi,

You will probably want to create a Templates object to cache and create
you Transformer off of that. You will get better performance.

Also, before you write your own taglib, you might want to check out:

http://jakarta.apache.org/taglibs/doc/xsl-doc/intro.html

If you don't like it, at least you can use it as a starting point.

best,
-Rob

Current Thread