Edit

kc3-lang/libxml2/result/dav11

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1998-07-24 19:24:09
    Hash : 01791d57
    Message : Added the XML code developped at W3C, Daniel.

  • result/dav11
  • 
    ------- test/dav11 -----------
    <?xml version="1.0"?>
    <?xml:namespace ns="http://www.ietf.org/standards/dav/" prefix="D"?>
    <D:prop>
      <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>