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

Subject: [xsl] Re: [exslt] Re: [xsl] Importing compiled stylesheets
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 13 Jun 2005 08:29:51 +0100
>>>>> "Dave" == Pawson, David <David.Pawson@xxxxxxxxxxx> 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

Current Thread