RE: [Zope] #include with DocumentTemplate?
From you original mail I think you've just pulled the DocumentTemplate module from Zope, and are using it in your own Python CGI.
Assuming that's the case, you need to write a dtml-include tag to do this. It'll be pretty easy, but one doesn't exist out of the box, at least not that I've ever found. -Randy
-----Original Message----- From: Andy McKay [mailto:andym@ActiveState.com] Sent: Thursday, May 03, 2001 5:34 PM To: zope@zope.org; Lance E Sloan Subject: Re: [Zope] #include with DocumentTemplate?
I'm writing some CGIs in Python and I borrowed the DocumentTemplate
So you aren't using Zope and the ZODB in a traditional way. This is just importing the DocumentTemplate in a python CGI script? If its the latter I dont know...
Cheers. -- Andy McKay.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Randall F. Kern