xsl-list
[Top] [All Lists]

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

2006-09-05 11:50:57
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--