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:valid-document-patch-path | Parses path expressions and resolves namespaces using the $map parameter. |
cts:valid-extract-path | Parses path expressions and resolves namespaces using the $map parameter. |
cts:valid-index-path | Parses path expressions and resolves namespaces based on the server run-time environment. |
cts:valid-optic-path | Parses path expressions and resolves namespaces using the $map parameter. |