Re: [Zope-CMF] Re: Derived Content Types & WebDAV

2007-03-28 Thread Charlie Clark
Am 28.03.2007 um 18:45 schrieb Tres Seaver: I would be quite surprised if these methods had much to do with WebDAV editing. Instead, I would look for "PROPPATCH" (and how it is implemented). The methods Charlie lays out are used to "crack" metadata from the body of a content object (Documen

[Zope-CMF] Re: Derived Content Types & WebDAV

2007-03-28 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dieter Maurer wrote: > Charlie Clark wrote at 2007-3-27 13:28 +0200: >> having made my own content type which is derived from Document with >> three additional attributes, I've moved onto the exciting world of >> editing content via webDAV. It seem