Jan Zmitko wrote:

is it possible to cache pieces of the result from the transformation. I have designed my XSL Stylesheet with templates (5 templates). Two Templates containes static content and these I would like cache. My Problem ist that all these Stylesheets are called in one Stylesheet and this is transforming.

You cannot cache some templates, but you can cache the whole compiled stylesheet, take a look at jaxp javax.xml.transform.Templates class.
--
Oleg Tkachenko
Multiconn Technologies, Israel



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



Reply via email to