xsl-list
[Top] [All Lists]

Re: Re: [xsl] Importing compiled stylesheets

2005-06-13 01:05:36
Jirka Kosek wrote:

Dimitre Novatchev wrote:

Then this is certainly a good candidate for:

     <exslt:include-compiled-module href="hrefToCompiledStylesheet"/>


Any opinions from the exslt mailing list?


Wouldn't it be better to create custom attribute for xsl:include. Like:

<xsl:include href="uncompiled.xsl"
             exsl:compiledStylesheetLocation="hrefToCompiledStylesheet"/>

This is an elegant way of dealing with this, perhaps though before a
submission is created for a single attribute a bit of investigation is
made into what other things might be in a new EXSLT module; is this a
common module or does it deserve its own new module?

cheers, Jim Fuller