[Zope] Counting A Tree? Branches?

J. Atwood Jatwood@bwanazulia.com
Wed, 19 Apr 2000 12:16:31 -0400


How do I count all the children of a tree?

<dtml-tree branches="children">
    
    <dtml- HOW MANY CHILDREN OF THIS TREE?>
    
</dtml-tree>


So it would be..

TreeNameOne - 4
TreeNameTwo - 7 
TreeNameThree - 21

J