Skip to main content
DevTools24

Formatador XML

Formate, valide e minifique documentos XML. Imprima XML de forma legível com indentação configurável.

XML - Detalhes Técnicos

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.

Alternativa via Linha de Comando

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

# Validate XML
xmllint --noout input.xml

Referência

Ver Especificação Oficial