RE: Removing a property

How about sending the following PROPPATCH to remove BUM:myprop?

<propertyupdate xmlns="DAV:">
 <remove>
  <prop>
    <myprop xmlns="BUM:"/>
  </prop>
 </remove>
</propertyupdate>

- Peter.
 

> -----Original Message-----
> From: w3c-dist-auth-request@w3.org 
> [mailto:w3c-dist-auth-request@w3.org] On Behalf Of 
> edgar@edgarschwarz.de
> Sent: Montag, 9. August 2004 21:24
> To: w3c-dist-auth@w3c.org
> Cc: edgar@edgarschwarz.de
> Subject: Removing a property
> 
> 
> Hi,
> I imagine setting an arbitrary property on a resource.
> What if I later decide I don't want this property anymore ?
> Can I remove it and how or am I stuck with setting it to some 
> NULL value ?
> 
> Cheers, Edgar
> 
> 
> -- 
> edgar@edgarschwarz.de,       Running Bluebottle           
> www.edgarschwarz.de
>       Make it as simple as possible, but not simpler !  
> Albert Einstein www.edgar-schwarz.de/cgi-bin/moin/ 
> www.edgar-schwarz.de/cgi-bin/moin/SwOberon
> 
> 
> 

Received on Wednesday, 11 August 2004 15:15:11 UTC