xdmp.getInvokedPath

xdmp.getInvokedPath() as String

Summary

Returns the path of the module that is being invoked. Note that this is different from xdmp:get-request-path when the module is invoked because an invoke or eval does not create a new request.

Example

xdmp.getInvokedPath();
=> "/example.xqy"
Powered by MarkLogic Server | Terms of Use | Privacy Policy