Edit

kc3-lang/libxml2/test/dav11

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-06-02 17:44:04
    Hash : 011b63cb
    Message : Release of libxml-1.1, Daniel.

  • test/dav11
  • <?xml version="1.0"?>
    <D:prop xmlns:D="http://www.ietf.org/standards/dav/">
      <D:lockdiscovery>
        <D:activelock>
          <D:locktype>write</D:locktype>
          <D:lockscope>exclusive</D:lockscope>
          <D:addlocks/>
          <D:owner>
            <D:href>
    		http://www.ics.uci.edu/~ejw/contact.html
    		</D:href>
          </D:owner>
          <D:timeout>Second-604800</D:timeout>
          <D:locktoken>
            <D:href>
    	   opaquelocktoken:xyz122393481230912asdfa09s8df09s7df
    		</D:href>
          </D:locktoken>
        </D:activelock>
      </D:lockdiscovery>
    </D:prop>