'''Highlight inline XML''' Please add a parser that would colorify XML files. It might not be too hard, since python already has some XML parsers in its [[http://python.org/doc/2.4.1/lib/lib.html|builtin library]], in particular, [[http://python.org/doc/2.4.1/lib/module-xml.dom.html|xml.dom]] and [[http://python.org/doc/2.4.1/lib/module-xml.sax.html|xml.sax]]. This module might be useful to display HTML/SGML files as well. And XHTML, for sure. And you could make it possible to expant/constract nodes, like Mozilla's default 'raw xml' renderer does. [Oh by the way, is it possible to just use Mozilla's parser? Kind of an