[Zope] Tree tag, python scripts & returning an object

Ivan Cornell ivan.cornell@framestore.co.uk
Mon, 23 Apr 2001 11:52:39 +0100


Hi,

I'm trying to use a python script in the branches_expr of <dtml-tree> to
return a list of relevant nodes, but the tree tag seem to require an
object for each node containing id, url attributes, etc. Is there any
way of doing this using a python script, or do I have to create a dummy
class in an External method instead.

Thanks,

Ivan