Skip to main content
DevTools24

XML Formatter

XML-Dokumente formatieren und mit korrekter Einrückung verschönern.

XML - Technische Details

XML (Extensible Markup Language) is a markup language for encoding documents. Formatting XML with proper indentation makes it human-readable while minifying reduces file size.

Kommandozeilen-Alternative

# Format XML with xmllint
xmllint --format input.xml > formatted.xml

# Validate XML
xmllint --noout input.xml

Referenz

Offizielle Spezifikation ansehen