Hi there,
For internal reasons, we need to log the completed HTML documents once
compiled by Embperl...
so if we have in base.epl
<html>
<body>
[- Execute('*') -]
</body>
</html>
and component is
<h1>Hello</h1>
Completed document will be
<html>
<body>
<h1>Hello</h1>
</body>
</html>
Is there a way to access the document completed so far inside the
base.epl ? or at a level above by intercepting it at the Apache level ?
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]