[Home] [By Thread] [By Date] [Recent Entries]
Hi
Would anybody let me know that how to merge multiple xml files within a directory into a single XML file. I have no idea about it. INPUT a.xml <records> <record id="a1"> ... </record> <record id="a2"> ... </record> </records> b.xml <records> <record id="b1"> ... </record> <record id="b2"> ... </record> </records> OUTPUT c.xml <records> <record id="a1"> ... </record> <record id="a2"> ... </record> <record id="b1"> ... </record> <record id="b2"> ... </record> </records> thanks ...JSR
|

Cart



