Hi
Is there any method, how to add new doc into existing collection?
I studied XQUF and it seems, like it can only update existing nodes. Options I was thinking about are
The motivation is simple - if I could add docs by XQuery, I can save some roundtrips of data to insert
Workaround is also not so difficult - simply using some sort of container doc in target collection and then modifying its nodes (putting here content of complete logical doc) instead of adding complete doc.

Any comments are welcome.

Jan