XML Formatter
Input XML
  • Format
  • Number of spaces
Formatted XML 

Online Free XML Formatter / Prettier

  • Formates the XML to easy-to-read form.
  • Can change the number of spaces of indentation.
  • Minifies as you type.
  • Minifies on paste.

Sample

<?xml version="1.0" encoding="ISO-8859-1"?><Website><Name>Quraim Soft</Name><URL>http://www.quraimsoft.com</URL><Content>Cool Tools</Content></Website>

Converts to:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Website>
 <Name>Quraim Soft</Name>
 <URL>http://www.quraimsoft.com</URL>
 <Content>Cool Tools</Content>
</Website>