Hi Bertrand,
Bertrand Delacretaz wrote:
On Thu, Jul 31, 2008 at 11:56 AM, Erik Buene <[EMAIL PROTECTED]> wrote:
...Is there an easy way to delete all children of a node with http post without
specifying every child node?...
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.
Was hoping for something magical like ":applyTo" = "/node/path/*", but
that did not work of course :)
Regards,
Erik Buene