diff options
Diffstat (limited to 'samples/xml/complex-tree.xml')
-rw-r--r-- | samples/xml/complex-tree.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/samples/xml/complex-tree.xml b/samples/xml/complex-tree.xml new file mode 100644 index 0000000..6b599be --- /dev/null +++ b/samples/xml/complex-tree.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<D:complex xmlns:D="DAV:"> + <D:response> + </D:response> + + <D:response> + <D:href>uri</D:href> + + <D:propstat> + <D:status>400</D:status> + <D:prop> + <A:current xmlns:A="DAV:" /> + </D:prop> + </D:propstat> + + <D:propstat> + <D:status>200</D:status> + <D:prop> + <A:next xmlns:A="DAV:" /> + </D:prop> + </D:propstat> + </D:response> +</D:complex> + |