convert 2 XML files into a dataset

R

RC

Hi,

I now have 2 xml files with same structure

first.xml
<dataset1>
<table1>
<col1>aaa</col1>
<col2>bbb</col2>
</table>
.....
</dataset1>

2nd.xml
<dataset1>
<table1>
<col1>ccc</col1>
<col2>ddd</col2>
</table>
.....
</dataset1>

how can I merge these 2 set of data into a single dataset?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top