On Thu, Jul 31, 2008 at 12:40 PM, Erik Buene <[EMAIL PROTECTED]> wrote: > Bertrand Delacretaz wrote: >> ...The easiest is probably to delete the parent node, and recreate it >> right away, if that works in your context. >> >> > > Ok, have thought of that, but then it's probably more robust to get and > specify all nodes. > In case something goes wrong client side between requests it's better not to > potentially lose the parent node....
Yes, but you could maybe use an intermediate node, trash/items, and delete the items node. And then, when you want to put something into the trash, post to trash/items/something, and items will be created anew if needed. -Bertrand
