I noticed there is "recursive" expression in chameleon.zpt, can some body
come up with an example code of using it? I recently stuck with a problem of
rendering a nested list to html list. For example, a=['a', 'b', ['c',
['d','e','f',['g','h']],'I',['j','k']]], I would like to generate a html
list as the following:

a
b
c
d
e
f
g
h
i
j
k
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to