XSLT <xsl:include>
❮ Complete XSLT Element Reference
Definition and Usage
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>.
Syntax
<xsl:include href="URI"/>
Attributes
Attribute | Value | Description |
---|---|---|
href | URI | Required. Specifies the URI of the style sheet to include |
❮ Complete XSLT Element Reference