fn:codepoints-to-string(integer* codes) → string
Function signature
$codes |
xs:integer * |
Result |
xs:string |
Converts a sequence of integers representing Unicode characters to the corresponding string
Implemented. The error checking is incomplete (there is no check that the integers in the supplied sequence are legal XML characters).