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