Hi,

>
> I know this may be a stupid posting, because I've touched the topic
> before. But I keep running into this problem and I think I remember
> that you (Gerald) told that you would fix the problem I reported
> (rows with <TH> cells).
>

now I understand you mean headers and footers of tables.

<th>'s are still on the todo list.

>
> So obviously I'd like the tags <tr></tr> to be the enclosing entity
> for which a recurring action shuld take place. At least as an option.

I would like to change this too. I have given it a try, but the current
structure of the Embperl processing makes it difficult to handle it this
way. So it will not be implemented in 2.0, maybe in 2.1. The workaround is
to use a while loop, something like

<table>
<tr>....</tr>
[$while $i++ < @rows$]
<tr>...</tr>
[$endwhile$]
<tr>....</tr>
</table>

Gerald

--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securityl�sungen * dynamische Webapplikationen * Consulting

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
--------------------------------------------------------------
|
|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
|
+-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to