Versatile
Web Works
Home
Utilities
Blog
Write For Us
Contact
Support
Sign In
Home
Utilities
Blog
Write For Us
Contact
Support
Sign In
Back to Utilities
XML Formatter
Format, validate, and minify XML documents with proper indentation.
Format & validate
Loading...
Advertisement
728 × 90
Settings
Indentation
2 Spaces
4 Spaces
Preserve whitespace
Self-closing tags
Clear
Input XML
<?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> <description>An in-depth look at creating applications with XML.</description> </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> <description>A former architect battles corporate zombies in a dystopian future.</description> </book> <book id="bk103"> <author>Corets, Eva</author> <title>Maeve Ascendant</title> <genre>Fantasy</genre> <price>5.95</price> <publish_date>2000-11-17</publish_date> <description>After the collapse of a nanotechnology society, the survivors rebuild.</description> </book> </catalog>
Formatted XML
Format XML
Validate Only
Minify