xsl-list
[Top] [All Lists]

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

2007-06-19 03:00:27
From: Florent Georges <darkman_spam(_at_)yahoo(_dot_)fr>

  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


--~------------------------------------------------------------------
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>
--~--