Labels

From: Tim Ellison/OTT/OTI (Tim_Ellison@oti.com)
Date: Wed, May 03 2000

  • Next message: Jim Doubek: "RE: Labels"

    To: ietf-dav-versioning@w3.org
    Message-ID: <OF8BEB4797.75448DCE-ON852568D4.00612DED@ott.oti.com>
    From: "Tim Ellison/OTT/OTI" <Tim_Ellison@oti.com>
    Date: Wed, 3 May 2000 13:49:29 -0400
    Subject: Labels
    
    We seem to have lost the ability to remove a label using the 04.5 protocol.
    
    Example 6.2.2 should probably look like this:
    
    SET-TARGET /file HTTP/1.1
    Host: ...
    Target-Selector: ...
    ...
    
    <?xml version="1.0" encoding="utf-8" ?>
    <DAV:add>
         <DAV:label>    <!-- maybe this is not needed, maybe useful for future
    -->
              mylabel
         </DAV:label>
    </DAV:add>
    
    
    (That would mean that you would use SET-TARGET to remove a label too).
    
    I would quite like to see the return of the LABEL method, it was quite
    intuative.
    
    Tim