December 2002
Intermediate to advanced
576 pages
32h
English
<xsl:include>
This specifies the name of an XSL style sheet 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 style sheet, any included rules have the same
preference as those in the referring style sheet (compare to
<xsl:import>):
<xsl:include href="chapterFormats.xsl"/>
<xsl:include href="address"/>Read now
Unlock full access