where can I find (stupid safe) python
code that generates dynamic html ?
Thanks, Luca.
-----------------------------
Luca Manini
GIS and Database Developer
ArcView and Delphi Programmer
mail: man...@ies.it
-----------------------------
Informatica e Servizi
via IV Novembre, 100
38014 Gardolo (Trento)
Italy
tel: +39 (461) 992 040
fax: +39 (461) 991 666
www: www.ies.it
-----------------------------
Look on python.org for HTMLgen, and there are a few others, but I have
not used them. ZTemplate (DocumentTemplate) from Zope is what I use, and
it is very powerful. You don't need to use Zope or even ZPublisher to
use it (although it does some cool stuff with them). By "stupid safe" I
assume you mean idiot-proof... well, that's difficult, since idiots are
so clever, but it does have a "safe evaluation" system so you can include
python code and at least protect other parts of the system.