xml_xml_validate
Check an XML string's well-formedness, returning true if valid, false otherwise.
Instructions
[xml] Check whether an XML string is well-formed. Returns {valid: true/false}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |