Taking to the dev list:

Set currently is:

SET      ::= "^" STRING ":" ATOM | ARRAY

which seems to be the subset needed for setting JCR property values.

Shouldn't we be able to overwrite nodes as well?

Best regards, Julian

This is as intended: it is modeled after the JCR API: set is for setting property values and add is for adding properties and nodes. Add should fail if a property or node exists already.

Michael

Reply via email to