[ZPT] creating a definition list with tal

2006-04-19 Thread gf
Hi, I am having difficulties constructing a definition list using tal. I have searched for relevant information, but have not found anything useful. I have a python script 'get_subfolder_info' that returns a list of dictionaries containing subfolder information [{url1,summary1,alias1},

Re: [ZPT] creating a definition list with tal

2006-04-19 Thread gf
On 4/19/06, Andreas Jung [EMAIL PROTECTED] wrote: --On 19. April 2006 08:39:37 -0600 gf [EMAIL PROTECTED] wrote: {url2,summary2,alias2}, ...] I would like to create something like the following: dl dta href=url1alias1/a/dt ddsummary1/dd dta href=url2alias2/a/dt ddsummary2/dd

[ZPT] Re: creating a definition list with tal

2006-04-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gf wrote: On 4/19/06, Andreas Jung [EMAIL PROTECTED] wrote: --On 19. April 2006 08:39:37 -0600 gf [EMAIL PROTECTED] wrote: {url2,summary2,alias2}, ...] I would like to create something like the following: dl dta href=url1alias1/a/dt

[ZPT] Re: creating a definition list with tal

2006-04-19 Thread gf
On 4/19/06, Tres Seaver [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gf wrote: On 4/19/06, Andreas Jung [EMAIL PROTECTED] wrote: --On 19. April 2006 08:39:37 -0600 gf [EMAIL PROTECTED] wrote: {url2,summary2,alias2}, ...] I would like to create

[ZPT] Re: creating a definition list with tal

2006-04-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gf wrote: On 4/19/06, Tres Seaver [EMAIL PROTECTED] wrote: Another common practice is to introduce an element in the 'tal' namespace to group the repeated elements; such tags are automatically omitted when rendered. E.g.: dl tal:loop