Cool XML Minifier Online Tool

The Free XML Minifier can help you save bandwidth. It can also help minimize your server space and improve site performance.

JSON

Output

Minify Preserve Comments

What is a Free XML Minifier?

The importance of minifying your XML files is to improve the load time of your page. If you are running a website that has updated stock information or other crucial information that needs to be updated in real-time then you need to minify your XML files. If your XML files are not minified then they will take up a lot of space on your web server and slow down your website.

  1. This service is absolutely free.
  2. The input format is XML
  3. It can also compress xml files with namespaces.
  4. You are not limited in the size of the file you want to minify.
  5. It should take you less than a minute to get started after signing

Sample XML Code

<menu id="file" value="File">
  <popup>
    <menuitem value="New" onclick="CreateNewDoc()" />
    <menuitem value="Open" onclick="OpenDoc()" />
    <menuitem value="Close" onclick="CloseDoc()" />
  </popup>
</menu>

Sample Output Code

<menu id="file" value="File"> <popup> <menuitem value="New" onclick="CreateNewDoc()" /> <menuitem value="Open" onclick="OpenDoc()" /> <menuitem value="Close" onclick="CloseDoc()" /> </popup> </menu>