compare 2 xml files?

Droomgans

Member
Joined
Aug 29, 2007
Messages
8
Programming Experience
Beginner
Hi everybody

I have 2 xml files with (almost) identically layout.
now I should be able to compare the 2 files
and create a new xml file with only the changes !
so I need all the nodes that have changed values (then I need to put Oldvalue & newvalue), the new values and the deleted values.
(the xml-files are pretty complex)
what is the easiest way to accomplish this?
I hope my post is somewhat clear :) because I'm a total newbie concerning xml :)

thanks in advance

grtz
 
Back
Top