XML Formatter
Format, validate, minify and convert XML. Syntax-highlight, XML→JSON, stats, and tree view — all in your browser.
XML Quick Reference
Built-in entities
< → <
> → >
& → &
' → '
" → "
CDATA & comments
<!-- comment -->
<![CDATA[ raw ]]>
<?xml version="1.0"?>
xmlns:prefix="uri"
Copied!