Pre-launch — your 10 free credits are reserved for launch day. Join the waitlist
validators · free tool

XML Validator

Check whether XML is well-formed and see exactly where it breaks.

Runs in your browser — your data never leaves it

Paste, type, or drop a file. Runs as you type.

Output appears here as you type.

Worked example

Input
<a><b>1</b></a>
Output
✓ Well-formed XML

This example is one of XML Validator's test cases — if the tool stopped producing this output, the build would fail.

Questions

Does it validate against an XSD?
No — it checks well-formedness (tags balanced, entities valid, one root) and reports the exact line and column where it breaks. XSD validation needs your schema and isn't offered here.
What's the difference between well-formed and valid?
Well-formed means the XML syntax is correct. Valid means it also conforms to a schema. This tool answers the first question, which is the one that usually bites.

Related tools