Loading TOC...

xdmp.decodeFromNCName

xdmp.decodeFromNCName(
   name as String
) as String

Summary

Invertible function that decodes characters an NCName produced by xdmp.encodeForNCName. Given the NCName produced by xdmp.encodeForNCName 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.decodeFromNCName("A_20_Name")
=> "A name"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.