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