[ZPT] nested access to object data

Andreas Jung andreas at andreas-jung.com
Thu May 8 10:45:15 EDT 2003


I have class X:

class X:

   _data1 = {}
   _data2 = {}


and I want to access the dictionaries from within a ZPT like 
"here/data1/key1" or "here/data2/key2".
Is this possible? What is the best way to implement this?

Andreas



More information about the ZPT mailing list