xsl-list
[Top] [All Lists]

[xsl] Re: Re: [xsl] Importing compiled stylesheets

2005-06-13 00:30:32
"Dave" == Pawson, David <David(_dot_)Pawson(_at_)rnib(_dot_)org(_dot_)uk> 
writes:

    Dave>     Then this is certainly a good candidate for:
    
    Dave>          <exslt:include-compiled-module
    Dave> href="hrefToCompiledStylesheet"/>


    Dave> How many xslt engines compile stylesheets?  Saxon & the Sun
    Dave> engine?

    Dave> Possibilities of implementation are a bit limited Dimitre?

But that isn't a big problem.  You can use element-available within
xsl:when to test for the availability of the 
exslt:include-compiled-module instruction, and, if it's not available, 
fall back on normal xsl:include 
-- 
Colin Adams
Preston Lancashire

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