Free tool
XSD validator
Validate an XML document against an XSD schema and get every violation with its line — required attributes, datatypes, element order and cardinality.
Reference for these formats
XML Schema (XSD)
The dominant XML schema language: namespace-aware, richly typed, and itself written in XML — so schemas diff and version-track like the payloads they govern.
SOAP envelope
The message envelope for SOAP web services — still the backbone of banking, logistics and telecom, with its version carried by the namespace URI.
UBL Invoice
The OASIS invoice document behind Peppol and most European e-invoicing mandates, splitting its vocabulary across three namespaces you must all declare.
WSDL
The machine-readable contract for a SOAP service: operations, messages, bindings and endpoints, with an inline XSD describing its own types.
Hit a parse error? Every common XML error explained.
Other free tools
- XML validatorCheck whether a document is well-formed XML, with the exact line and column of the first error — and optionally validate it against an XSD.
- Sitemap validatorCheck a sitemap.xml or sitemap index against the sitemaps.org protocol: URL counts, size limits, lastmod freshness and structure.
- RSS & Atom feed validatorCheck an RSS 2.0 or Atom 1.0 feed against its specification: required channel and entry elements, date formats, self links and duplicate identifiers.
- XPath explorerList every element path in a document with its occurrence count, depth and a sample value — plus the attributes declared on each.
- XML to JSON converterConvert an XML document to JSON, keeping attributes rather than discarding them and — by default — keeping every value as a string, not a guessed type.
- XML to CSV converterTurn XML into CSV — one row per repeating record such as a sitemap URL or feed item, or one row per element path with counts and sample values.
- XML formatterIndent an XML document, or canonicalise it, using libxml2's own serializer — mixed content, CDATA, comments and prefixes all survive.
- XML diffCompare two XML documents structurally: which paths, attributes and namespaces were added, removed or changed — ignoring reordering and reindentation.
Get started
Keep the documents you check, and watch them for changes.
A free workspace stores every version, extracts its structure for search, diffs it against the last one, and re-checks monitored URLs on a schedule — with a 5 MB document limit instead of 2 MB.