Complete XSLT Element Reference
The <xsl:apply-imports> element applies a template rule from an imported style sheet.
Template rules in imported style sheets have lower precedence than template rules in main style sheets. The <xsl:apply-imports> is used when we want to use a template rule from the imported style sheet rather than an equivalent rule in the main style sheet.
None
Suppose we have a style sheet called "standard.xsl" that contains a template rule for message elements:
Another style sheet could import "standard.xsl", and modify the message elements, like this:
The result would be to transform a message into an element of the form:
Complete XSLT Element Reference
Your message has been sent to W3Schools.