Formatters for XML lexer.

- XML Pretty Print
Uses xmlpp library from http://xmlpp.codeplex.com/
which is not popular but should work good.

- XML Tidy
Uses xml.dom Python library which requires OK structure of XML file.

Author: Alexey Torgashin (CudaText)
License: MIT
