[Zope] Using DTML - I'm too stupid

Oliver Thuns Oliver Thuns" <oliver.thuns@gmx.de
Sat, 10 Apr 1999 21:10:45 +0100


><!--#var "w['A']"-->
>
>   This works for me.

This works for me too :-))) Thanks
But I have another little problem. I have a array of dictonaries

{'Pos': [{'a': '123', 'b': '456', 'c': '789'}, {'a': '321', 'b': '654',
'c': '987'}]}

and I want to iterate over this array:

<!--#in Pos-->
  <!--#var ???-->
<!--#/in-->

What variable name must I use. "a" (b,c) and sequence-item['a'] doesn't
work.


I only read the DTML User's Guide, are there other docs, which describe
DTML?

Oliver