[Zope] convert dtml doc to dtml method
Donald Braman
donald.braman@yale.edu
Fri, 9 Mar 2001 21:17:18 -0500
I'm on page 21 of Learning Python. Hopefully I'll be able to do it
soon! -Don
-----Original Message-----
From: Chris Withers [mailto:chrisw@nipltd.com]
Sent: Friday, March 09, 2001 4:33 AM
To: donald.braman@yale.edu
Cc: zope@zope.org
Subject: Re: [Zope] convert dtml doc to dtml method
Donald Braman wrote:
>
> Because I'm newish to Zope, I still find myself converting dtml docs and
> methods back and forth as I realize what I'm doing with each object. Is
> there a simple way to do this (other than creating a new object, then
> copying the contents of the old one, then deleting the old, then renaming
> the new one?) -Don
You could write a Python Script to let you do it more easily :-)
cheers,
Chris