[Zope] Newbie: dtml-tree
Dieter Maurer
dieter@handshake.de
Fri, 21 Feb 2003 20:24:26 +0100
Ashley Lloyd wrote at 2003-2-21 10:52 +0000:
> I am hoping to use dtml-tree to display the results of SQL statements. I
> have looked around, and there seems to be quite a bit of information on
> dtml-tree, but much of it is out of date, and most only uses it to list
> folder contents.
Nowadays, I would use the tree support in "ZTUtils".
It gives you much better control than "dtml-tree".
For examples, look at the ZPT examples.
Dieter