- From: Clemm, Geoff <gclemm@rational.com>
- Date: Tue, 12 Mar 2002 12:39:13 -0500
- To: "Ietf-Dav-Versioning@W3. Org" <ietf-dav-versioning@w3.org>
Yup.
Cheers,
Geoff
-----Original Message-----
From: Julian Reschke [mailto:julian.reschke@greenbytes.de]
Sent: Tuesday, March 12, 2002 12:04 PM
To: Clemm, Geoff; Ietf-Dav-Versioning@W3. Org
Subject: RE: Clarifications on DAV:expand-property report
OK, assuming I have a dead property like:
<dead-property>
<href xmns='DAV:'>http://foobar.com/xyz</href>
<href xmns='DAV:'>/xyz</href>
<other-markup>sasasas</other-markup>
plain text
</dead-property>
on the resource http://server/abc
How does it expand? Like this?
<dead-property>
<response xmlns="DAV:">
<href>http://foobar.com/xyz</href>
<status>HTTP/1.1 502 Bad Gateway</status>
</response>
<response xmlns="DAV:">
<href>/xyz</href>
<propstat>
....
</propstat>
</response>
<other-markup>sasasas</other-markup>
plain text
</dead-property>
Received on Tuesday, 12 March 2002 12:39:45 UTC