Name

<xsl:include>

Synopsis

<xsl:include href= address />

Description

Specifies the name of an XSL stylesheet to be included in the document. The include process will replace the <xsl:include> statement with the contents of the file (moving any other <xsl:import> elements before it). Because the included document has been inserted in the referring stylesheet, any included rules will be of equal importance to those in the referring stylesheet. (Compare to <xsl:import>.)

<xsl:include href="chapterFormats.xsl"/>

Get XML Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.