[EMAIL PROTECTED] wrote: > I have been charged with redeveloping a web application with a front end > written in python that has a backend of XML files.
> Does anyone have any recommendations for python toolkits or templating systems > that would simplify the cleanup and make the code more maintainable in the > future? If your backend data is in XML, you should consider using XSLT. I frequently use Clearsilver for Python projects. http://www.clearsilver.net/ -- http://mail.python.org/mailman/listinfo/python-list