11 Mar
2001
11 Mar
'01
5:34 p.m.
Hi people, please tell me a way to get the keys and/or values form an dictonary in an DTML-Document I want to get the keys from the SQL-Method. I thought it has to look like this: <dtml-in Query> <dtml-var sequence-key> <dtml-var sequence-item> </dtml-in> The result ist only the first key and some curious value (perhaps the rest of the address string). Trying the equivalent in python-script, like for x in Query: print x.keys() return printed is rejected by the parser with regards Axel