xsl-list
[Top] [All Lists]

Re: [xsl] Xsl Include cached?

2007-07-30 14:14:18
On Mon, 2007-07-30 at 12:46 -0700, Kerry Kobashi wrote:
Do any xslt processors cache xsl:include? If not, what strategies can 
one use to speed this process up?

I like to modularize and reuse templates throughout my application. It 
seems that xsl:include doesn't cache include files and everything is 
brought in file by file at compile time. Having to stuff one stylesheet 
with every callable template in my application reads like a monolithic 
tome.

Instead of using xsl:include/import, you could be using a pipeline.
Don't know if it would give better performance or reduce memory usage,
but would offer nice modularization and cacheable components.

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

<Prev in Thread] Current Thread [Next in Thread>