Re: Feature Request - edit XML through DAV
Ian Duggan <[email protected]> Thu, 10 Mar 2005 13:02:38 -0800
| Newsgroups | gmane.comp.web.zope.formulator.devel |
|---|---|
| Organization | Swish Marketing, Inc. |
| Message-ID | <[email protected]> |
On Thursday 10 March 2005 11:50, Clemens Klein-Robbenhaar wrote: > hm, there is already a "set_xml" helper method in Form.py; maybe one > can implemente a PUT method which calls that helper. This looks like an > easy one. That's what spurred the idea. > I feel creating xml for the fields separaely would make things much more > complicated. (I guess ot would not be impossible, however, just > complicated.) > Would it be sufficient to have Formulator forms editable via WebDAV as a > whole, not as a collection of fields, just to keep things simple? It might be. Right now, however, the formulator shows up as a collection of elements through DAV. When I mount using davfs, it is a directory, with a bunch of files (one for each element). I'm not sure how you would make formulator look like a folder w/ children in the ZMI, but look like a file through DAV. --Ian