Home >Online Product Documentation >Table of Contents >xsl:output-character
Declares character/string mappings used by the xsl:character-map declaration. xsl:output-character is supported in XSLT 2.0 only.
xsl:output-character
<xsl:output-character character = char string = string />
The character map that is passed as a parameter to the serializer contains a mapping for the character specified in the character attribute to the string specified in the string attribute.
character
string
See xsl:character-map.