xml minifier 's werelds eenvoudigste xml-tool
Gratis online XML-minifier. Laad uw XML-bestand en het wordt automatisch geminimaliseerd.
xml minifier tool wat is een xml minifier?
Deze tool comprimeert XML-documenten(Extensible Markup Language). Het verwijdert inspringingen, spaties en tabs, zodat XML zo min mogelijk ruimte inneemt.
XML Minifer-voorbeeld
Vóór het verkleinen:
<?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>
Na het verkleinen:
<?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>