Форматировщик XML
Форматирование, проверка и минификация XML-документов. Красивая печать XML с настраиваемыми отступами.
XML - Технические детали
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.
Альтернатива командной строки
# Format XML with xmllint xmllint --format input.xml > formatted.xml # Validate XML xmllint --noout input.xml