xdmp:decode-from-NCName

xdmp:decode-from-NCName(
   $name as xs:string
) as xs:string

Summary

Invertible function that decodes characters an NCName produced by xdmp:encode-for-NCName. Given the NCName produced by xdmp:encode-for-NCName this function returns the original string.

Parameters
name A string representing an NCName. This string must have been the result of a previous call to xdmp:decode-from-NCName or undefined results will occur.

Example

xdmp:decode-from-NCName("A_20_Name")
=> "A name"
Powered by MarkLogic Server | Terms of Use | Privacy Policy