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 seems some methods have to be extended/ 
>overwritten for this to work so I have added customised versions of  
>the following
>getMetadataHeaders() # Document.py
>setMetadata() # Document.py
>getMetadataHeaders() # DublinCore.py
>_editMetaData() # DublinCore.py
>
>Is this a correct assumption?

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).



-- 
Dieter
_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to