Insertion of nodes using XQuery
Hi everybody,
I am using XQuery Update Facility Language for updating XML documents,
For insertion of new nodes under existing ones, i use the primitive insert node into target+ but the XPath expression target+ must be evaluated to only single node; otherwise a dynamic error is raised.
My question is : in what purpose this condition is imposed ? and how can i insert new node under different nodes ?.
Thank you for advance.