Công cụ thu nhỏ XML- Công cụ thu nhỏ và nén XML trực tuyến miễn phí

Input data
bfotool loadding
Output data
bfotool loadding

công cụ thu nhỏ xml đơn giản nhất thế giới

Trình thu nhỏ XML trực tuyến miễn phí. Chỉ cần tải XML của bạn và nó sẽ tự động được thu nhỏ.

công cụ thu nhỏ xml   công cụ thu nhỏ xml là gì?

Công cụ này nén các tài liệu XML(Ngôn ngữ đánh dấu mở rộng). Nó xóa thụt lề, xóa khoảng trắng và tab để làm cho XML chiếm ít không gian nhất.

Ví dụ về XML Minifer

Trước khi thu nhỏ:

<?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>

 Sau khi thu nhỏ:

<?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>