Well-formed XML in one minute
- Exactly one root element.
- Every opening tag has a matching closing tag (or is self-closing,
<br/>). - Tags nest properly and names are case-sensitive.
- Attribute values are quoted, and
&and<in text are escaped.
This tool uses your browser’s built-in XML parser, so its verdict matches what browsers and most XML libraries will accept. It does not validate against an XSD or DTD.