Re: Importing compiled stylesheets
Dimitre Novatchev <[email protected]>
| Newsgroups | gmane.text.xml.xsl.general.mulberrytech,gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
On 6/10/05, Michael Kay <[email protected]> wrote: > > But in principle if there is a set of stylesheet modules such that all > > references (xsl:import/xsl:include) are completely within this set > > (between themselves) then we could compile every single stylesheet > > module and there will not be any run-time problems in using something > > like: > > > > <saxon:include-compiled-module href="hrefToCompiledStylesheet"/> > > > > No, that's certainly feasible - but as you show, it means going outside the > existing language. Then this is certainly a good candidate for: <exslt:include-compiled-module href="hrefToCompiledStylesheet"/> Any opinions from the exslt mailing list? Cheers, Dimitre Novatchev. --~------------------------------------------------------------------ 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:[email protected]> --~--