XSLT <xsl:include>
XSLT <xsl:include>
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 | Required/Optional | Description |
---|---|---|---|
href | URI | Required | Specifies the URI of the style sheet to include |