xsl:override¶
Allows a using package to override selected components from a used package.
Always appears as a child of xsl:use-package
.
Available in XSLT 3.0. From Saxon 9.8, available in all editions. Implemented in Saxon-EE since Saxon 9.7.
- Content: (
xsl:template
|xsl:function
|xsl:variable
|xsl:param
|xsl:attribute-set
)*
- Permitted parent elements:
xsl:use-package
- Element has no attributes
Notes¶
New in XSLT 3.0, and first fully implemented in Saxon 9.7.