existdb_validate_xquery
Validate XQuery syntax against a live eXist-db instance without executing it, returning syntax errors with line and column details for quick debugging.
Instructions
Validates the syntax of an XQuery expression against a live eXist-db instance without executing it. Returns syntax errors with line/column information if present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xquery | Yes | The XQuery expression to validate | |
| endpoint | No | ||
| password | No | ||
| username | No |