Re: Importing compiled stylesheets
Mike Brown <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Colin Paul Adams wrote: > Mike> Colin Paul Adams wrote: > >> 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 > > Mike> xsl:include is a top-level element that is typically > Mike> evaluated at 'compile' time. You can't make its evaluation > Mike> depend on a run-time condition. > > Mike, what you say is true, but is not relevant to the case. > xsl:use-when IS a compile-time construction - it runs at compile-time, > not at run-time. Did I miss something that said this proposed extension is for XSLT 2.0 only?