Hi

> I am not aware of any problems with headers/footers. Can you give an
> example?

I made a small example, and the problem is still there.

[-
  @myrows = qw(first second third etc);
-]
First table
<table>
<tr>
 <td>
  Should only occur once
 </td>
</tr>
<tr>
  <td>[+$myrows[$row]+]</td>
</tr>
</table>

> That might be possible and need further investigation. Again do you have a
> small piece of code that shows this behaviour?

Now I tried with 2.0b9, and didn't get the expected problem. However I did get 
another one instead.

I thought that these examples would yield the same result. But the Third table 
only lists the row names (first, second, third, etc) - no <td> or </td>. In 
fact the Second table is empty and if I did keep it in between the first and 
third table, I'd get an error that the connection to the server was last...

[-
  @myrows = qw(first second third etc);
-]
First table
<table>
<tr>
  <td>[+$myrows[$row]+]</td>
</tr>
</table>

[$sub testArray$]
[- $name = shift -]
  <td> [+ $name +] </td>
[$endsub$]

Third table
<table>
<tr>
  [+ testArray($myrows[$row]) +]
</tr>
</table>

Second table
<table>
<tr>
  [- testArray($myrows[$row]) -]
</tr>
</table>

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               �ben 12.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 12.00-16.00       Web:      www.suse.dk


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

Reply via email to