[Zope] RE: Printing DTML documents from PythonScripts
Mayers, Philip J
p.mayers@ic.ac.uk
Tue, 13 Feb 2001 12:58:30 -0000
Forget it - figured it out (RTFM...):
__call__(client=None, REQUEST={}, RESPONSE=None, **kw):
So:
context.standard_html_header(context,REQUEST)
The funny thing is, I answered someone's query the other day by quoting the
DTML __call__ syntax. Doh!
Regards,
Phil
+----------------------------------+
| Phil Mayers, Network Support |
| Centre for Computing Services |
| Imperial College |
+----------------------------------+
-----Original Message-----
From: Mayers, Philip J
Sent: 13 February 2001 12:55
To: 'zope@zope.org'
Subject: Printing DTML documents from PythonScripts
I've got a complex for processing application I'd like to implement in
PythonScripts rather than DTML. Ideally, like this: