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.
Function name | Description |
---|---|
xp:dereference | This function resolves an XPointer in the context of a particular node. |