xsl:output-character

Used to define the output representation of a given Unicode character, in an xsl:character-map.

Content: none
Permitted parent elements: xsl:character-map

Attributes

character

char

A single XML character, to be replaced during serialization.

string

string

Any string, that replaces the specified character during serialization.

Details

See xsl:character-map for further details.

Links to W3C specifications

XSLT 2.0 Specification

XSLT 3.0 Specification

See also

xsl:character-map