+---------- On Aug 22, Mark Hubbard said:
> Along the same lines, is there a way to capture all the output from an ADP
> in a buffer, and then alter it before it's transmitted?  This would allow
> things that can't be done easily, or at all, in IIS/ASP.

Register your own Tcl proc for /*.adp.  Use ns_adp_parse to process the
ADP, then alter the result as necessary, then ns_return the altered
string.

Reply via email to