Re: [xsl] Dynamic pipelining in XSLT 2.0 w/ Saxon extensions

Subject: Re: [xsl] Dynamic pipelining in XSLT 2.0 w/ Saxon extensions
From: "Colin Adams" <colinpauladams@xxxxxxxxxxx>
Date: Tue, 19 Jun 2007 11:00:11 +0100
From: Florent Georges <darkman_spam@xxxxxxxx>

  You can also use a user function that memoizes its result
(if you are ready to use an extension attribute that makes
an xsl:function to memoize its outputs ;-p).  IMHO that

That would be non-compliant.


would be the most generic way to cache compiled stylesheets.
Note Gestalt provides the same functionality through the
gestalt:function extension instruction.

Which is of course compliant.
But this is not how you would cache the complied transformations. Instead, gexslt:transformation automatically caches them, unless you supply (an as yet un-implemented) flag to suppress caching.


_________________________________________________________________
Win tickets to the sold out Live Earth concert!  http://liveearth.uk.msn.com

Current Thread