Monday, January 3, 2011

Formatting a 1.6gb XML file

At work today, a client gave me a 1.6gb XML file that I needed to format. Of course they didn't do anything as nice as use line breaks. None, anywhere... Being a hardcore VIM user, I looked up an easy way to sort out the file with indents and tags. Thanks to Justin Kempton I found this: Pretty XML

It works faster then the other VIM plug-ins that I have found and of course is written in easy to modify VIM code.