Re: PROPPATCH question (setlastmodified)
Julian Reschke <[email protected]>
| Newsgroups | gmane.ietf.webdav |
|---|---|
| Message-ID | <[email protected]> |
Tobias Giesen wrote: > Hello, > > I am new to this list and I hope it is OK to raise this question here. Absolutely. > Suppose that a WebDAV server accepts the manipulation of "lastmodified" > timestamps, what would the correct XML be? > > I tried the following but I haven't found any server that supports it > yet: > > <?xml version="1.0" encoding="utf-8"?> > <D:propertyupdate xmlns:D="DAV:"> > <D:set> > <D:prop> > <a:getlastmodified>2007-06-09T13-36-32Z</a:getlastmodified> > </D:prop> > </D:set> > </D:propertyupdate> > > Can anybody help or tell me where to look or ask for help? > Thanks. Looks ok to me except the namespace prefix on "getlastmodified", which should be "D:" here. > ... Best regards, Julian