From http://www.w3schools.com (Copyright Refsnes Data)
The <xsl:include> element is a top-level element that includes the contents of one style sheet into another.
Note: An included style sheet has the same precedence as the including style sheet.
Note: This element must appear as a child node of <xsl:stylesheet> or <xsl:transform>.
<xsl:include href="URI"/> |
Attribute | Value | Description |
---|---|---|
href | URI | Required. Specifies the URI of the style sheet to include |
From http://www.w3schools.com (Copyright Refsnes Data)