show/hide this revision's text 2 added 202 characters in body
<xsl:import href="library/utility-include.xsl" />

The href path is relative to the current xsl file. <xsl:import/> documentation.

Remember that you must write your import lines as the first child element of <xsl:stylesheet> or <xsl:transform>. They cannot appear throughout your files.

show/hide this revision's text 1
<xsl:import href="library/utility-include.xsl" />

The href path is relative to the current xsl file. <xsl:import/> documentation.