-----Original Message----- From: Damian Morton <morton@dennisinter.com> To: zope-dev@zope.org <zope-dev@zope.org> Date: Tuesday, September 14, 1999 9:27 PM Subject: [Zope-dev] Fw: [Zope-dev] wygiwys
To be a competetive solution, Zope needs to integrate with the wysiwig systems most designers use. Asking them to cut and past html simply isnt an option.
Hopefully, WebDAV will catch on quickly (Dreamweaver 3 maybe?). This will surely eliminate cut and paste.
One of my complaints with DTML is that it currently cant integrate with dreamweaver or other design tools. Cold Fusion can and does integrate because of their use of custom tags using the same syntax as HTML, rather than the escaped tags used by DTML (and indeed ASP).
Actually, Zope 2 has a new, preferred syntax which is not escaped-looking... <dtml-if> blah blah blah </dtml-if> etc... Kevin
Sorry, it's a bit off topic. Is there any standard Python way to clone/copy an object ? I usually create a methods that create a new object and assign it with the current value of the 'copied' object. NewObject = OldObject.Copy This works although it gets a bit nasty with Inheritance, and I wouldn't be able to 'clone' any run time attributes added to the object. dody
participants (2)
-
Dody Gunawinata -
Kevin Dangoor