<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.
