XML Minifier
Unminified XML
Minify
Minified XML 

Online Free XML Minifier

  • Minifies XML to a single line.
  • Removes white spaces and line breaks.
  • Removes all comments.
  • Reduces the size of the XML file to minimize online loading time.
  • Minifies as you type.
  • Minifies on paste.

Sample

<!-- Sample Comment -->
<?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>