
xsl:include
The <xsl:include> element merges the contents of one stylesheet with another. Unlike the case of <xsl:import>, the contents of an included stylesheet have exactly the same precedence as the contents of the including stylesheet.
<xsl:include href=URI />Specifies the URI of the stylesheet to include.
Type: Top-level, may appear in any order as a child of <xsl:stylesheet> or <xsl:transform>.
NS support: Until import precedence is supported, both <xsl:include> and <xsl:import> behave in exactly the same way.
|
Send comments on this document to
devdoc-feedback@netscape.com |