29 Mar
2001
29 Mar
'01
5:31 p.m.
On 29 Mar 2001 16:10:22 +0200, Petr Knapek wrote:
Hi Zopists,
I would like to call some DTML method on all Folders in my ZODB. I think the best way should be recursion but I do not know how to do it in DTML.
Don't do it with DTML use a Python Method/Script. Bill