[Zope] iteration through list with dtml-tags

Axel Bock news-and-lists at the-me.de
Tue Aug 6 13:41:16 EDT 2002


Hi, 

I have a little problem: an SQL query delivers me a list of 
	[(name, firstname, id, email), ...]
and I want to put this in a table, but OUT OF ORDER.

So my question is how do I crate a table like this:
| firstname lastname | email | id |
which is not possible with "normal" <dtml-in>-iteration.


I strongly hope someone can help me!

Thanks in advance and bye, 

		Axel.



More information about the Python-list mailing list