18 Feb
2003
18 Feb
'03
9:02 p.m.
Mario Bianchi wrote at 2003-2-17 18:17 +0000:
.... The point is that the parsing and embedding are to be performed 'on exit' -so to say-, i.e. when Zope has already processed the web request and built an HTML page to be sent back.
You want to change the RESPONSE method "setBody", maybe "write". Beware, parsing HTML is quite slow! Dieter