-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 06 May 2004 4:13 pm, Perrin Harkins wrote:
> On Thu, 2004-05-06 at 17:29, James Lance wrote:
> > I actually did look at the Table plugin.  Unless I missed something, that
> > plugin doesn't actually create HTML table layout.  It creates virtual
> > tables.
>
> Right, it formats the data into a structure which you then wrap your
> HTML around, all without any EVAL_PERL:
>
>          <table>
>            [% FOREACH row = table.rows %]
>              <tr>
>                [% FOREACH item = row %]
>                  <td>[% item %]</td>
>                [% END %]
>              </tr>
>            [% END %]
>          </table>
>
> - Perrin

Yeah, after I shot that last email off, I was heading home when it hit me.  
Don't know why I didn't see that the first time... :)

- -James
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAmvyUxwWH9N2FUHoRAlV4AKCZD0rEDBd/D573Nt6c1ykUkCCZKgCgmaUP
GbrskYeHJD7RX225YxgUPeU=
=oxk5
-----END PGP SIGNATURE-----


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to