Edit

kc3-lang/libxml2/test/dav4

Branch :

  • Show log

    Commit

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

  • test/dav4
  • <?xml version="1.0"?>
    <D:propertyupdate xmlns:D="http://www.ietf.org/standards/dav/" xmlns:Z="http://www.w3.com/standards/z39.50/">
      <D:set>
        <D:prop>
          <Z:authors>
            <Z:Author>Jim Whitehead</Z:Author>
            <Z:Author>Roy Fielding</Z:Author>
          </Z:authors>
        </D:prop>
      </D:set>
      <D:remove>
        <D:prop>
          <Z:Copyright-Owner/>
        </D:prop>
      </D:remove>
    </D:propertyupdate>