Python - xml parser
try: from lxml import etree except ImportError: import xml.etree.ElementTree as etree tree = lxml.etree.parse('file.xml')