xsl:mode
Allows properties of a mode to be defined.
Category: declaration
Content: none
Permitted parent elements:
xsl:stylesheet
; xsl:transform
Attributes
|
|
Identifies the name of this mode; if omitted, the element describes the properties of the unnamed mode. |
|
|
The value |
|
|
Indicates what action is taken when a
node being processed by
|
|
|
Indicates what action is taken
when a node being processed by |
|
|
The value |
|
|
The value
|
|
|
Informs the processor whether the nodes to be
processed by template rules in this mode are to be typed or untyped. The default
is |
|
|
Determines the potential visibility of
the component corresponding to this mode (the default is
|
Details
The xsl:mode
declaration is new in XSLT 3.0. Previously, modes were
declared implicitly by referring to them in the mode
attribute of
xsl:template or xsl:apply-templates.
The element always appears as a child of xsl:stylesheet
(or
xsl:transform
), and it is empty (has no children).