codepoints-to-string
Creates a string from a sequence of Unicode code points. This function is the opposite of the string-to-codepoints function.
Languages
XQuery, XSLT 2.0, XSLT 3.0.
Parameters
Name | Type | Description |
---|---|---|
codepoints | ZeroOrMore xs:integer | This input must be connected to a sequence of items of integer type, where each integer specifies a Unicode code point. |
Example
The following XML contains multiple item elements that store each Unicode code point values.
<items> |
The mapping illustrated below supplies the sequence of items as argument to the codepoint-to-string function.
XSLT 2.0 mapping
The mapping output is MapForce.