[Zope-dev] creating trees with squishdot

geoff nordli geoff@gnaa.net
Fri, 19 Nov 1999 15:34:44 -0800


Hopefully someone can give me a hand.  I would like to create a 
tree structure based on subjects in a squishdot site.

I have some code that looks like this:

<!--#tree branches=postingValues -->
  <!--#var id--> <!--#var level--> 
<!--#/tree-->

which creates a tree based on articles (only the article id), and 
the comments--not what I am looking for.

<dtml-tree branches_expr="KnowIT.subjects_list()">
<dtml-var id>
</dtml-tree>

this will create a tree with the same number of subjects that
I have, but all named "KnowIT".  I guess it is a little bit 
closer, but not close enough.

Can someone help me fill in the blanks.

thanks,

geoff nordli