How to combine two different xml schemas using ado.net
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
HI Friends, I have a requirement to combine two xml files having different schemas to produce one xml file .Plz find the xml structures below: The input XML is in the form ANIL JOSHI 213 211 5000 FINANCE Assume that for each Employee in the company there is a XML of the structure above lying in a source folder.We have to read all the XMLs and create a single XML of the structure as below. AJIT MAHUT ANIL JOSHISRIKANTH SINGH KAMAL ADNAN/EMPLOYEE SAM PITRODA ANIL KAPOOR MANGAL PANDEY R MADHAVAN How will I do this? How can we do this using ADO.net ? Plz direct me. Regards A Sunil