Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

File compare & Update


1 reply to this topic

mankul22

mankul22
  • Members
  • 1 posts

Posted 24 March 2005 - 12:37

We want to update the xml file by comparing each other.
Suppose I have a.xml file with following info:
<servlet-mapping>
<servlet-name>abc</servlet-name>
<url-pattern>/servlet/abc</url-pattern>
</servlet-mapping> & likewise many other tags.
b.xml file with
<servlet-mapping>
<servlet-name>xyz</servlet-name>
<url-pattern>/servlet/xyz</url-pattern>
</servlet-mapping>

But the information will be much more different in actual scenario.
So basically we need soe mechanism that allows us to compare 2 files & update 1 of the file wit the required information.
Kindly help.....
Thanks in advance

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 March 2005 - 09:18

Does the XML Modification view in INstallShield 10.5 help?
Otherwise you would have to write your own script code to compare and merge/update the files.