xsl:map-entry

Used to construct a singleton map (one key and one value).

Category: instruction
Content: sequence-constructor
Permitted parent elements: any XSLT element whose content model is sequence-constructor; any literal result element

Attributes

key

expression

Expression which defines the key of the entry in the new map.

select?

expression

The associated value can be defined either by a select attribute or by an enclosed sequence constructor.

Links to W3C specifications

XSLT 3.0 Specification

See also

xsl:map