Hi,

I am working on a new assignment on comparing two xml files. The expected behaviour is the program should check and compare the nodes. the nodes could be scattered anywhere in the source or target file.

If a node at location x in the source file is found in the y location of target xml file then the program should ignore and treat the files as similar.

If there is an excess node in target xml, then it should prompt the user about the addition.

Same is the case with updations, deletion of nodes etc.

I request you to please guide me on how to proceed with this kind of requirement.

I would be using msxml api for the above.

thanks