June 1999
Intermediate to advanced
540 pages
21h 39m
English
<xsl:include>
<xsl:include href="
address
"/>
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"/>
Read now
Unlock full access