An <xsl:include> statement performs a "textual include" of another stylesheet:
<xsl:include href = uri-reference />
Templates included from another stylesheet have the same import precedence and behave exactly as if they had been literally inserted where the <xsl:include> statement occurs.