[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}, {url2,summ

Re: [ZPT] creating a definition list with tal

2006-04-19 Thread Andreas Jung
--On 19. April 2006 08:39:37 -0600 gf <[EMAIL PROTECTED]> wrote: {url2,summary2,alias2}, ...] I would like to create something like the following: alias1 summary1 alias2 summary2 ... Below I have listed a couple of the variations of code that I have tried. I'd appreciate any help or advi

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: > > > > alias1 > > summary1 > > alias2 > > summary2 > > ... > > > > > > Below

[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: >>> >>>alias1 >>

[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}, ...] > >>>

[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.: >> >> >> >>