ToolsCandy

XML Validator — Well-Formed & XSD Schema Check

Validate XML syntax instantly with precise line and column errors. Optionally validate against an XSD schema using libxml2 WebAssembly — all in your browser.

Your data never leaves your browser

XML document
0 B

Well-formedness

Waiting for input

About this tool

Well-formed checkXSD validationError detailsDocument statsPrivate

How to use

  1. Paste your XML document in the left panel.
  2. Well-formedness is checked automatically as you type.
  3. Enable XSD validation and paste your schema.
  4. Review schema errors with line numbers and messages.

Examples

Syntax error

<root><item></root>
Error: mismatched end tag (line 1)

FAQ