Hello ,

I am facing problem in node-updates and insert.
i need to insert data to the url several times, in a same transaction.
when i am doing that,
Marklogic giving error like: " XDMP-CONFLICTINGUPDATES: xdmp:document-insert "
how to insert data in same transaction ?

ex:

decalare function  loc:updatenodes()
{
let $uri:="/test.xml";

 xdmp:document-insert(
$uri,<results/>)
,

 xdmp:document-insert(
$uri,<results><result/></results>)

};

like this

can any one give me solution .................
Thanks in advance.
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to