User Profile
Collapse
-
I got some examples but they doesn't take care of the missing elements. I'm able to display the mismatched values but not able to display the missing or extra nodes. Your help is very much appreciated.... -
Sorry for that. I'm a newbie here. Can you explain me with the help of a code on how exactly I can do that?...Leave a comment:
-
Hi,
Currently I'm using XPathNavigator and Node Iterator. Any new idea is also fine.
I just want to compare the XML files and display any mismatch in value (eg: <test>123</test> in xml1 and <test>abc</test> in xml2) should be displayed.
Then any extra elements/nodes present in either xml1 or xml2 should be displayed as missing nodes.
Can you [lease help me with...Leave a comment:
-
C# & XML- App.. Comapring two XML files in C#
Hi,
I need to compare two XML files in C#. Right now I'm using the XPathNavigator to parse through each node and then compare it with the node present in the other XML. I was able to print the differences. I'm displaying the values from both the XML files in a grid view.
The problem is if I have some extra elements in the two XML files how can I display them.
When an extra element is found in an XML file... -
C# & XML- App.. Comapring two XML files in C#
Hi,
I need to compare two XML files in C#. Right now I'm using the XPathNavigator to parse through each node and then compare it with the node present in the other XML. I was able to print the differences. I'm displaying the values from both the XML files in a grid view.
The problem is if I have some extra elements in the two XML files how can I display them.
When an extra element is found in an XML file...
No activity results to display
Show More
Leave a comment: