Skip to main content
devtools24

Formateur XML

Formatez et embellissez les documents XML avec une indentation correcte.

Entrée0 chars
Sortie
Result appears here

XML - Détails techniques

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.

Alternative en ligne de commande

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

# Validate XML
xmllint --noout input.xml

Référence

Voir la spécification officielle