XSLT <xsl:include>
Element
Definition and Usage
The <xsl:include>
element is a top-level element that includes the contents of one stylesheet into another.
Note: The included stylesheet has the same precedence as the including stylesheet.
Note: This element must be a child of <xsl:stylesheet>
or <xsl:transform>
.
Syntax
Attributes
Attribute | Value | Description |
---|---|---|
href | URI | Required. Specifies the URI of the stylesheet to be included. |