جمّل XML بإزاحة صحيحة، أو صغّره إلى سطر واحد. تُحفظ التعليقات وأقسام CDATA وتعليمات المعالجة.
كيفية استخدام منسّق XML
الصق XML في صندوق الإدخال.
اختر تجميل لإزاحته أو تصغير لضغطه.
اختر حجم الإزاحة، ثم انسخ النتيجة.
This is an XML formatter that beautifies a document with proper, depth-based indentation, or minifies it to a single line. It preserves comments, CDATA sections, processing instructions and the XML declaration.
Formatting runs entirely in your browser, so your data never leaves your device, which makes it safe even for XML that contains sensitive values.
XML is verbose and deeply nested. Indenting each element by its depth and putting tags on their own lines turns a wall of angle brackets into a structure you can actually follow.
It is useful across the many places XML still lives: SOAP responses, RSS feeds, build and config files, and document formats, where a quick reformat makes debugging far easier.
Beautifying keeps a single text child inline with its tags, so simple values stay compact, while the declaration, comments and CDATA are kept exactly as they were rather than being reflowed or dropped.
Minifying removes comments and the whitespace used only for indentation between tags. Text content and CDATA are kept exactly, so it is safe unless your document relies on significant whitespace in mixed content.
The tool reformats for readability and does not validate against a schema. Clean layout does not mean the document matches any DTD or XSD you expect.
الأسئلة الشائعة
يُزيح كل عنصر حسب عمق تداخله ويضع الوسوم في أسطرها الخاصة، مع إبقاء العنصر النصي الوحيد في السطر نفسه. وتُحفظ التعليقات وأقسام CDATA وإعلان XML.
يزيل التعليقات والفراغات المستخدمة للإزاحة فقط بين الوسوم. ويُبقي المحتوى النصي وأقسام CDATA كما هي بالضبط، فهو آمن إلا إذا كان مستندك يعتمد على فراغات ذات دلالة في المحتوى المختلط.
لا. يعمل التنسيق بالكامل داخل متصفحك، فلا تغادر بياناتك جهازك. وهذا يجعله آمنًا حتى لملفات XML التي تحتوي على قيم حساسة.
ضمّن هذه الأداة
أضف هذه الأداة إلى موقعك الخاص. انسخ المقتطف أدناه، ويبقى محدّثاً تلقائياً.
<iframe src="https://monu.tools/embed/ar/xml-formatter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>أدوات ذات صلة
جمّل CSS بإزاحة نظيفة، أو صغّره لتقليل حجم الملف. يتعامل مع استعلامات الوسائط وcalc() وتعليقات الترخيص.
نسق كود HTML بإزاحة تراعي العناصر الكتلية، أو اضغطه. يتم الحفاظ على محتويات pre وtextarea وscript وstyle.
نسق وجمّل كود JavaScript بإزاحة ومباعدة متسقة. يعمل بالكامل داخل متصفحك.
حوّل CSV إلى ملف Excel بصيغة .xlsx وExcel مرة أخرى إلى CSV، بالكامل داخل متصفحك. يعمل في كلا الاتجاهين.