What I would like some help on is How to compare two XML files with the same structure with each other to check for changes in the data, In Visual Basic 6.0. The actual situation is as follows We are dumping our data on another system but the other system requires that we only send through the changes in the actual data thus what we are trying to do is bring back a xml file for yesterday and for today and compare them for changes made to the actual data and only send through the changes.