[Zope] PropertyIds
Oleg Broytmann
phd@phd.russ.ru
Mon, 19 Jun 2000 13:27:14 +0000 (GMT)
On Mon, 19 Jun 2000, RC Compaan wrote:
> <dtml-var "MyDoc.propertyItems()"> returns a list of key-value pairs
> [('Key1','Value1'},('Key2','Value2')]
>
> to access the values of each key sequentially i tried:
> <dtml-in "MyDoc.propertyItems()">
When running over a list of pairs, dmtl-in automatically splits pairs
into sequence-key and sequence-item
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.