Re: [Zope] SQL and dtml-tree

2000-11-30 Thread Dieter Maurer

> ... dtml-tree with SQL tables ...
There is a HowTo on zope.org about advanced usage of dtml-tree.
Search for "tree".
I think, it covers the use of "dtml-tree" with SQL tables.


Alternatively, you may search the list archive (at NIP).
There are several threads on this issue.


Dieter



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] SQL and dtml-tree

2000-11-29 Thread Mike Kelland



I'm attempting to create a tree structure using 
dtml-tree from SQL results but I'm finding the documentation exceedingly 
cryptic.  What I want to do is create the following structure:
 
   Client1 (tree Branch)
 
Project1    
Edit | Delete
 
Project2    
Edit | Delete
  Client2
 Project1    
Edit | Delete
  Client3
  Client4 
 
out of a database contaning the above information 
(ie client names, project names, and unique identifiers for each).  I have 
the SQL queries that will give me the appropriate information I just need how to 
make the dtml-tree tag work with this.  Any help whatsoever would be 
useful, thanks!
 
Mike
[EMAIL PROTECTED]