| Log Message: |
added template-fallback source factory (used template-fallback:// instead of template:// in the example):
<quote src="http://lenya.apache.org/1_4/reference/publication-templating/index.html">
To simplify overriding of XSLT stylesheets, it would be useful to import
the template stylesheet. For this purpose, an additional template source
factory could be used, which skips the current publication when resolving
the file:
<xsl:import href="template://template/xslt/common/header.xsl"/>
</quote> |