You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Eric Hodges <er...@mongoosetech.com> on 2002/03/21 18:52:39 UTC

Problem removing a property

Trying to remove a property from a resource, I issue this query to Slide:

<?xml version="1.0" encoding="utf-8" ?>
<D:propertyupdate xmlns:D="DAV:">
	<D:remove>
		<D:prop>
			<aProperty xmlns="special"/>
		</D:prop>
	</D:remove>
</D:propertyupdate>

Slide returns a 207, but the property is still there.  I stepped into the
server side code and it looks like its doing what its supposed to do.  What
am I doing wrong?  How do I remove a property?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>