xp functions

The table below lists all the "xp" XQuery library functions (in this namespace: http://marklogic.com/xinclude/xpointer).

This is the XPointer module, which is used with the modular documents CPF application.

To use the XPointer module as part of your own XQuery module, include the following line in your XQuery prolog:

import module namespace xp = "http://marklogic.com/xinclude/xpointer" at "/MarkLogic/xinclude/xpointer.xqy";

The library namespace prefix xp is not predefined in the server.

1 function
Function nameDescription
xp:dereferenceThis function resolves an XPointer in the context of a particular node.