<
Codevup
/>
Tools
Blog
Toggle theme
Tools
Blog
Online XML Formatter and Validator
Prettify
Minify
Indent:
2
4
Copy
Clear
Input
<?xml version="1.0" encoding="UTF-8"?> <catalog><book id="bk101"><author>Gambardella, Matthew</author><title>XML Developer's Guide</title><genre>Computer</genre><price>44.95</price><publish_date>2000-10-01</publish_date></book><book id="bk102"><author>Ralls, Kim</author><title>Midnight Rain</title><genre>Fantasy</genre><price>5.95</price><publish_date>2000-12-16</publish_date></book></catalog>
Output
Formatted XML will appear here...
What is an online XML formatter and validator?
How do I prettify or beautify XML online?
How does XML validation work?
What is the difference between well-formed and valid XML?
What are the most common XML errors?
Is my XML data safe and private?
Should I use 2-space or 4-space indentation for XML?
Can I format large XML files?
What is XML?