xsl:output-character¶
Used to define the output representation of a given Unicode character, in an xsl:character-map
.
Available in XSLT 2.0 and later versions. Available in all Saxon editions.
- 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.