
xdmp:function-name( $function as xdmp:function ) as xs:QName?
Returns the QName of the function(s) that the
xdmp:function
refers to.
| Parameters | |
|---|---|
| function |
The xdmp:function
value.
|
let $fn := xdmp:function(xs:QName("fn:empty"))
return
xdmp:function-name($fn)
=> "fn:empty"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.