Suppose I have one large XML that I want to split into separate files when 
loaded into the database. How can this be done in Information Studio? I see 
several Transformations but they all seem to be transforming a single doc into 
another doc, not a one to many transformation.

Example:

One file:
<parent>
   <child type="a"/>
   <child type="b"/>
   <child type="c"/>
   <child type="d"/>
</parent>

Into several files:
a.xml: <child type="a"/>
b.xml: <child type="b"/>
c.xml: <child type="c"/>
d.xml: <child type="d"/>

Thanks,
Ryan
                                          
_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to