mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
21 lines
632 B
Plaintext
21 lines
632 B
Plaintext
|
|
|
|
------- test/dav7 -----------
|
|
<?xml version="1.0"?>
|
|
<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="d"?>
|
|
<d:multistatus>
|
|
<d:response>
|
|
<d:href>http://www.foo.bar/container/resource1</d:href>
|
|
<d:href>http://www.foo.bar/container/resource2</d:href>
|
|
<d:status>HTTP/1.1 200 OK</d:status>
|
|
</d:response>
|
|
<d:response>
|
|
<d:href>http://www.foo.bar/container/</d:href>
|
|
<d:status>HTTP/1.1 420 Method Failure</d:status>
|
|
</d:response>
|
|
<d:response>
|
|
<d:href>http://www.foo.bar/container/resource3</d:href>
|
|
<d:status>HTTP/1.1 412 Precondition Failed</d:status>
|
|
</d:response>
|
|
</d:multistatus>
|