Skip to content

Instantly share code, notes, and snippets.

View michaelcamilleri's full-sized avatar

Michael Camilleri michaelcamilleri

View GitHub Profile
@michaelcamilleri
michaelcamilleri / XMLBeautifier.java
Created October 10, 2011 15:08
Pretty-prints XML files. Shell script to process all files in a directory included.
import java.io.*;
/**
* Pretty-prints XML files.
*
* @author Michael Camilleri
*/
public class XMLBeautifier {
private static final String BR = System.getProperty("line.separator");