[Zope] Saving the html-code
Dieter Maurer
dieter at handshake.de
Fri May 27 09:33:36 EDT 2005
Flemming Bjerke wrote at 2005-5-27 11:20 +0200:
>With a dtml-script I renders data from a mysql-database. But, sometimes I
>should like to save the html-code generated by the script. When I try to do
>this with a pythonscript I run into problems with acquiring the html-code
>generated by the dtml-script. I looks like the dtml-script does not get the
>proper namespace.
Where do you want to store the result and why?
One of the easiest solutions would be caching (e.g. by
a "RamCacheManager").
--
Dieter
More information about the Zope
mailing list