Skip to content

XML Formatter & Minifier

Pretty-print or minify XML in your browser. Invalid XML shows a clear parse error.

Example

Paste <a><b/></a>, click Format for indented XML, or Minify to collapse whitespace between tags.

FAQ

No. It only checks well-formedness via the browser DOMParser.
Comments are kept when formatting. Minify removes insignificant whitespace but keeps comment nodes.

Markup Tools