<?xml version="1.0" ...><root> <content> <text/> </content></root><?xml version="1.0" ...><root> <content> <text/> </content></root>
<?xml version="1.0" ...><root> <content> <text/> </content></root><root> <content> <text/> </content></root>
<?xml version="1.0" ...><master_root> <root> <content> <text/> </content> </root> <root> <content> <text/> </content> </root></master_root>
Hi,I want to generate a master xml file by concatenating output xml files generated from multiple DCRs of the same template. I just want to append newly created xml file in master xml file.I am not getting how to do this. Please Help.Thanks.