How to compare two xml documents?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have to xml documents. I want to compare them and show them in two treeview
controls.

The one on the left is the new version of the document and the one is the
right is the old version of the same document. So if I have a node in the new
one that it is not in the old one it means it's has been added and if I have
a node in the old one that it is
no tin the new one it means it's has been removed.

I want to show the differences between the two doc in two treeview.

Anybody can help me?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top