Hi, I find webdav useless in editing zope content as GETting a DTMLMethod for example, returns the processed method rather than the source. This is expected since webdav extensions to HTTP do not redefine the HTTP GET method, hence a webdav GET is simply a HTTP GET. I had a quick search of the zope-dev archives and some webdav resource, but surprisingly didn't find an discussion on this problem. What are peoples thoughts on this? Am I missing something? terry -- Terry Kerr (terry@adroit.net) Adroit Internet Solutions (www.adroit.net) Phone: +61 3 9563 4461 Fax: +61 3 9563 3856 ICQ: 79303381
Terry Kerr wrote:
What are peoples thoughts on this? Am I missing something?
Yes indeed :-) Zope has a WebDAV sourceport so you can get the pre-processed text. Actually, with ZPT this won't necessarily need to be used. That said, I, like many?, hope the TAL stuff does get filtered out of the non-sourceport version. Read Z2.py for details. cheers, Chris
participants (2)
-
Chris Withers -
Terry Kerr