Edit

kc3-lang/libxml2/test/dav9

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1998-08-13 03:39:55
    Hash : 260a68fd
    Message : Release 0.2, 80% rewrite, nothing left intact ... Daniel

  • test/dav9
  •    <?XML version="1.0"?>
       <?namespace href = "http://www.ietf.org/standards/dav/" AS = "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:href>http://www.foo.bar/container/</d:href>
              <d:href>http://www.foo.bar/container/C2/R2</d:href>
              <d:status>HTTP/1.1 201 Created</d:status>
         </d:response>
         <d:response>
              <d:href>http://www.foo.bar/container/C2</d:href>
              <d:status>HTTP/1.1 420 Method Failure</d:status>
         </d:response>
         <d:response>
              <d:href>http://www.foo.bar/othercontainer/C2</d:href>
              <d:status>HTTP/1.1 409 Conflict</d:status>
         </d:response>
       </d:multistatus>