newszine

How to minify and pretty print XML in JavaScript

7 years ago Lalit Bhagtani 0
How to minify and pretty print XML in JavaScript In this tutorial, we will learn how to minify and pretty print XML in JavaScript. We will use vkbeautify java script plugin, it is a small and simple java script plugin to beautify XML, JSON or CSS text. Sample :- XML for book type :- <Book> <id>01</id> <language>Java</language> Read More