User Profile

Collapse

Profile Sidebar

Collapse
samratreddy
samratreddy
Last Activity: Aug 5 '08, 01:31 PM
Joined: Jul 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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....
    See more | Go to post

    Leave a comment:


  • 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?...
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:


  • samratreddy
    started a topic C# & XML- App.. Comapring two XML files in C#
    in XML

    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...
    See more | Go to post

  • samratreddy
    started a topic C# & XML- App.. Comapring two XML files in C#
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...