A RESTful browser for eXist Java-Based Function Modules


http://www.w3.org/2005/xpath-functions
A module with the XQuery/XPath Core Library Functions

codepoints-to-string($codepoints as xs:integer*) xs:string
Creates an xs:string from a sequence of code points. Returns the zero-length string if $codepoints is the empty sequence. If any of the code points in $codepoints is not a legal XML character, an error is raised
$codepointsThe codepoints as a sequence of xs:integer values

Returns the string constructed from the codepoints if valid
Return to list of all modules