Name

<xsl:include>

Synopsis

<xsl:include href=”address“/>

This specifies the name of an XSL stylesheet that is to be included in the document. The include processing will replace the xsl:include statement with the contents of the file. Because the included document has been inserted in the referring stylesheet, any included rules have the same preference as those in the referring stylesheet (compare to xsl:import):

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

Get XML Pocket Reference, Second Edition 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.