Validate XML syntax and structure with detailed error reporting
This validator checks for well-formedness and common XML issues.
A well-formed XML document must follow specific syntax rules: proper opening/closing tags, unique attribute names, and valid character encoding.
Note: This validator checks well-formedness, not schema validity (XSD/DTD). For schema validation, you need additional tools.