This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: XML files merging
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 03, 2010
04:28 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 09, 2010
01:27 AM
Hellooo...
Any solution??
Any solution??