diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-19 22:07:17 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-19 22:07:17 -0700 |
commit | 038911be29c875e0fcd24472e815167bb98ce833 (patch) | |
tree | 8d762fb3e0d812aeab6dab262d6f6bd411940344 /samples | |
parent | be947b56151b774d4b555097f2b8a8b4f47b633d (diff) | |
download | jsCalDAV-038911be29c875e0fcd24472e815167bb98ce833.tar.gz |
wip xml parsing
Diffstat (limited to 'samples')
-rw-r--r-- | samples/xml/prop-get.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/samples/xml/prop-get.xml b/samples/xml/prop-get.xml deleted file mode 100644 index 72ee984..0000000 --- a/samples/xml/prop-get.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<D:multistatus xmlns:D="DAV:"> - - <D:response> - <D:href>/calendar/dav/calmozilla1%40gmail.com/user/</D:href> - <D:propstat> - <D:status>HTTP/1.1 200 OK</D:status> - <D:prop> - <D:principal-URL> - <D:href>/calendar/dav/calmozilla1@gmail.com/user/</D:href> - </D:principal-URL> - <D:resourcetype> - <D:principal /> - <D:collection /> - </D:resourcetype> - </D:prop> - </D:propstat> - - <D:propstat> - <D:status>HTTP/1.1 404 Not Found</D:status> - <D:prop> - <A:current-user-principal xmlns:A="DAV:" /> - </D:prop> - </D:propstat> - </D:response> - -</D:multistatus> |