<xsl:include href= />
-
href attribute can be an absolute or relative URL
- The file to be included must be a stylesheet
- Simple text inclusion facility for handling library templates
- The included stylesheet may also contain xsl:include elements
- Safest to include stylesheets at the head of the stylesheet
- But it is allowed anywhere