THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

XSLT <xsl:include> Element


XSLT Element Reference 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

XSLT Element Reference Complete XSLT Element Reference