Hi Team,

I have a requirement to take aggregate xml as input and break that file
into different individual xml files and commit into database.

At a individual document level i have my content and single uri when I
break into multiple documents i have more than one document  to be created
with multiple uris.

Sample data:

<root>
<employee>
<info></info>
<info></info>
<data></data>
<data></data>
</emploee>
<employee>
<info></info>
<info></info>
<data></data>
<data></data>
</emploee>
</root>

I want to create 4 different documents 2 from info and 2 from data and load
4 documents from mlcp transform at first employee level. Similarly for
other employee levels.


Is there any way to solve this using mlcp with transform?

Thanks,
Manoj Viswanadha
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to