Return to dav7 CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / noent |
1.1 ! misho 1: <?xml version="1.0"?> ! 2: <d:multistatus xmlns:d="http://www.ietf.org/standards/dav/"> ! 3: <d:response> ! 4: <d:href>http://www.foo.bar/container/resource1</d:href> ! 5: <d:href>http://www.foo.bar/container/resource2</d:href> ! 6: <d:status>HTTP/1.1 200 OK</d:status> ! 7: </d:response> ! 8: <d:response> ! 9: <d:href>http://www.foo.bar/container/</d:href> ! 10: <d:status>HTTP/1.1 420 Method Failure</d:status> ! 11: </d:response> ! 12: <d:response> ! 13: <d:href>http://www.foo.bar/container/resource3</d:href> ! 14: <d:status>HTTP/1.1 412 Precondition Failed</d:status> ! 15: </d:response> ! 16: </d:multistatus>