xsl:include are both top-level element that is used to import the contents of one style sheet into another.
Syntax:
<xsl:include href="URI"/>
An included style sheet has the same precedence as the including style sheet.
xsl:import have similar effects, but An imported style sheet has lower precedence than the importing style sheet.