devpick.sh
/
xml-formatter
XML Formatter
Beautify or minify XML — validates syntax and formats with proper indentation
format
minify
Clear
Copy
Failed to parse XML
XML Input
<?xml version="1.0" encoding="UTF-8"?> <catalog><book id="1"><title>Clean Code</title><author>Robert C. Martin</author><year>2008</year></book><book id="2"><title>The Pragmatic Programmer</title><author>David Thomas</author><year>1999</year></book></catalog>
Formatted XML
Fix the XML error to see output