> > > process it (e.g., output a line for every member of the list)? > > external method named "pyfunction": > > def pyfunction(self): > return ['1','2','3'] > > a dtml method that uses pyfunction: > > Mind if I ask a follow up question to that? What if I wanted to return a list of hashes, how would I address the keys in the hashes?