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