Hi,
I am using Embperl 2.0b7 under CGI, and have a problem with opening a table in a
header and closing a table in a footer.
Here are the test scripts - you will note I have tried using optDisableTableScan = 1
as mentioned in the FAQ.
test.epl:
[- Execute('test2.epl') -]
hello
[- Execute('test3.epl') -]
test2.epl:
[- $optDisableTableScan = 1 -]
<html>
<head>
<title>foo</title>
</head>
<body>
<table>
<tr>
<td>
test3.epl:
[- $optDisableTableScan = 1 -]
</td>
</tr>
</table>
</body>
</html>
The output from Embperl is unfortunately:
<html>
<head>
<title>foo</title>
</head>
<body>
<table>
<tr>
<td>
</tr></table>hello
</td>
/tr
/table
</body>
</html>
Any suggestions would be appreciated.
Best wishes, James
--
James Ponder
--
This e-mail may contain confidential and/or privileged information. If you are not the
intended recipient (or have received this e-mail in error) please notify the sender
immediately and destroy this e-mail. Any unauthorized copying, disclosure or
distribution of the material in this e-mail is strictly forbidden.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]