
MarkLogic Server provides functions that check the validity of an XPath within the context of several features.
This section describes the XPath validation APIs.
| Function name | Description |
|---|---|
| cts.validDocumentPatchPath | Parses path expressions and resolves namespaces using the $map parameter. |
| cts.validExtractPath | Parses path expressions and resolves namespaces using the $map parameter. |
| cts.validIndexPath | Parses path expressions and resolves namespaces based on the server run-time environment. |
| cts.validOpticPath | Parses path expressions and resolves namespaces using the $map parameter. |