mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
27 lines
626 B
Plaintext
27 lines
626 B
Plaintext
|
|
||
|
|
||
|
------- test/dav6 -----------
|
||
|
<?xml version="1.0"?>
|
||
|
<?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="D"?>
|
||
|
<D:multistatus>
|
||
|
<D:response>
|
||
|
<D:href>http://www.microsoft.com/user/yarong/dav_drafts/
|
||
|
</D:href>
|
||
|
<D:prop>
|
||
|
<D:resourcetype>
|
||
|
<D:collection/>
|
||
|
</D:resourcetype>
|
||
|
</D:prop>
|
||
|
<D:status>HTTP 1.1 200 OK</D:status>
|
||
|
</D:response>
|
||
|
<D:response>
|
||
|
<D:href>
|
||
|
http://www.microsoft.com/user/yarong/dav_drafts/base
|
||
|
</D:href>
|
||
|
<D:prop>
|
||
|
<D:resourcetype/>
|
||
|
</D:prop>
|
||
|
<D:status>HTTP 1.1 200 OK</D:status>
|
||
|
</D:response>
|
||
|
</D:multistatus>
|