xsl:record-type
New in XSLT 4.0. Used to declare a name for a record type.
Category: declaration
Content: (
xsl:field*
)
Permitted parent elements:
xsl:package
; xsl:stylesheet
; xsl:transform
Attributes
|
| A QName used to identify the record type uniquely within the stylesheet package. |
|
| |
|
| Specifies whether the record type is extensible - which means that a map matching the record type may contain additional entries to those specified. Defaults to "no". |
|
| The visibility of the record type. |
Saxon availability
Available in XSLT 4.0. Not implemented in Saxon.
Notes on the Saxon implementation
New in XSLT 4.0. Not yet implemented in Saxon 13.