xml_xml_validate
Validate XML strings for well-formed structure. Check syntax and return validation results to ensure data integrity in AI applications.
Instructions
[xml] Check whether an XML string is well-formed. Returns {valid: true/false}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes |