cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gayathrim
Level 4

XML files merging

Hi All,

I have a requirement which have to be done with install. i am using Installscript MSI project. I need to compare two xml files(lets say a.xml & b.xml) and if any new entries are there in b.xml then it should be appended to a.xml.

example:

file 1 : a.xml

3
5
2


file 2: b.xml

1
1
2


required output

3
5
2
2

Only new entry from b.xml should be added to a.xml

Anyone please suggest me a solution how to implement this..

Thanks in advance
Gayathri
Labels (1)
0 Kudos
(1) Reply
gayathrim
Level 4

Hellooo...

Any solution??
0 Kudos