[Zope] tree traversal question
Dieter Maurer
dieter@handshake.de
Fri, 6 Jun 2003 20:40:45 +0200
J Cameron Cooper wrote at 2003-6-5 13:05 -0500:
> > Does any body have simple solution (python script) for tree
> > traversal(not recursive), so that i can traverse objects level by
> > level from root to bottom?
The tree support in the ZTUtils package (".../lib/python/ZTUtils")
may contain what you look for.
Someone else implemented alternative tree support, which should
be simpler (he says). Check the archive of "zope-announce@zope.org".
Dieter