10 Nov
2003
10 Nov
'03
7:23 p.m.
Andre Meyer wrote at 2003-11-10 16:54 +0100:
I am trying to make an Application using external Python code and ZPT. In the examples I have, DTML is used and those files are read using HTMLFile() or DTMLFile(). What is the appropriate method for reading ZPTs?
"Products.PageTemplates.PageTemplateFile.PageTemplateFile".
BTW Where can I find the API documenation for looking this up? I could not find anything on the Zope web site.
In this specific case, I would have been a good idea to look into the package implementing page template (i.e. "Products/PageTemplates"). -- Dieter