On Thu, 30 Jan 2014 07:16:32 -0800, <[email protected]> wrote:
> Dell - Internal Use - Confidential
>
> Hi Team,
>
> I have multiple XML files loaded in Marklogic database, which I need to join
> using XQuery and load it as a single XML file and load back into the
> database. Is there any ways of getting it done?
>
You could do something like this:
xdmp:document-insert("big.xml",
document { doc("little1.xml"), doc("little2.xml") } )
//Mary
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general