Python & XSLT?

John E. Barham bezilla at hotmail.com
Thu Mar 15 23:28:18 EST 2001


We have a Web-based application that we're using Python for to do the CGI
code.  We generate the HTML interface by using hand hacked HTML templates
and printf-style substitution in Python.  It works, but isn't much fun and
the interface enhancement cycle is too long.

So I want to use XSLT.  Short of wrapping a C++ XSLT engine like Apache's
Xalan, is there any way to do XSLT from within Python?  As far as I can
tell, the existing Python XML tools don't go much above DOM/SAX style
processing...





More information about the Python-list mailing list