Free Online Tool XML Formatter, Beautifier

Input data
bfotool loadding
Output data
bfotool loadding

XML is the most powerful data storage and transfer medium on the web. It works as XML Viewer, XML Formatter, XML Editor ,XML Validator.

What can you do with XML Viewer/ XML Formatter ?

  • It helps to beautify/format your XML.
  • It helps to display your XML in a tree view.
  • This also works as XML Pretty Print.
  • It helps to minify your XML.
  • This is also works as XMl Editor
  • It helps to validate your XML and show error.
  • It helps to convert your XML into JSON format.
  • It helps to export your XML to CSV format.
  • Hover on image URL , XML Viewer will display image
  • It helps to save your XML and Share to social sites.

Javascript Beautifier Example

Before beautifer:

<?xml version="1.0" encoding="UTF-8" ?><root><row-0><title>Json To Csv</title><slug>json-to-csv</slug><year>2019</year></row-0><row-1><title>Json To Array</title><slug>json-to-array</slug><year>2019</year></row-1><row-2><title>Json To Tsv</title><slug>json-to-tsv</slug><year>2019</year></row-2></root>

After beautifer:

<?xml version="1.0" encoding="UTF-8" ?>
 <root>
     <row-0>
         <title>Json To Csv</title>
         <slug>json-to-csv</slug>
         <year>2019</year>
     </row-0>
     <row-1>
         <title>Json To Array</title>
         <slug>json-to-array</slug>
         <year>2019</year>
     </row-1>
     <row-2>
         <title>Json To Tsv</title>
         <slug>json-to-tsv</slug>
         <year>2019</year>
     </row-2>
 </root>