منسق 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