|
Subject: Re: [xsl] stylesheet expansion From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Mon, 10 Dec 2007 19:59:27 +0100 |
As Colin has said, compiled stylesheets seem to be the only way, but may be not what the OP was after. Ideally importable compiled "stylesheet modules" will be invented soon.... :)
<xsl:stylesheet col:name="main".... >
<xsl:import href="#import-me" />
</
<xsl:stylesheet col:name="import-me">
<xsl:output ... />
<xsl:template match="...
</Cheers, -- Abel Braaksma
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] stylesheet expansion, Andrew Welch | Thread | RE: [xsl] stylesheet expansion, Scott Trenda |
| Re: [xsl] XSLT 1.0 - are parentless, Andrew Welch | Date | RE: [xsl] stylesheet expansion, Scott Trenda |
| Month |