Web devel with python: Best route? XML to HTML translation!

Michael Ströder michael at stroeder.com
Tue Jan 16 04:22:04 EST 2001


rturpin at my-deja.com wrote:
> 
> (1) The server scripts in Python generate XML. This is
> pretty easy to do with xmlpickle. (2) Use an XML to HTML
> filter to generate the HTML.

In theory this is a good way. But how about the performance? Last
time I played with a Python-written XSLT processor it was pretty
slow.

Ciao, Michael.



More information about the Python-list mailing list