Dear Dieter
In this specific case, I would have been a good idea to look into the package implementing page template (i.e. "Products/PageTemplates").
As a year-long Java programmer I was searching the Zope web site for the Zope API, but could not find it. Is there something like the Javadoc API for Python/Zope? That would help me a lot and avoid asking such questions... Or is it necessary to inspect the source code? There is a docstring in each Python class for generating documentation, though. Or what can I do with the help files (*.stx) in the Products folder? Can you give me a link or a hint, please? Sorry if thiese questions sound stupid to you. I guess I need to learn a new way of developing using Python rather than Java or other compiled languages. thanks a lot for your help André ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Andre Meyer" <a.meyer@hccnet.nl> Cc: <zope@zope.org> Sent: Monday, November 10, 2003 8:23 PM Subject: Re: [Zope] ZPT file reader
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