Skip to content

Instantly share code, notes, and snippets.

View pasqualino's full-sized avatar

Marcos Pasqualino pasqualino

View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@pasqualino
pasqualino / format_xml.py
Created July 19, 2012 20:43
Format xml file
#! /usr/bin/env python
from xml.dom import minidom
import re
import sys
if len(sys.argv) != 3:
print 'Invalid args'
sys.exit(-1)