/xmlpylighter

xmlpylighter is a tiny web page to pretty print and compare xml files

Primary LanguagePython

xmlpylighter

xmlpylighter is a tiny web page to pretty print and compare xml files

usage

Launching

$ xmlpylighter

that's all.

xmlpylighter will start a small server (by default, serving to http://localhost:8080)

Just go to your browser, paste one or two xml text and submit

installation

(don't hesitate to install inside a virtualenv)

$ pip install xmlpylighter

project dependencies

  • bottle
  • pygments
  • lxml