C# XML Compare

  • Thread starter Thread starter TimKnoll
  • Start date Start date
T

TimKnoll

I want to compare to large (4+ MB) XML files from a C# program. I'm
currently using The XML Diff and Path tool from Microsoft's site. The
performance on the larger files isn't acceptable. Has anyone used
another tool which is much faster? I just started looking at running
Beyond Compare from a script. Any ideas would greatly be
appreciated. Thank you.

Tim.
 
What about a text file compare that I could call from C#? Beyond
compare runs in 2 seconds a a 5 MB XML compare. It takes almost 2
minutes using the MS XML compare. I can control the order of the XML
elements so a text compare will work for me. Does someone have a
suggestion a a good DLL that I could use to make a COM or .NET call to
passing in two text files and it creating a difference file.

Any help would be appreciated. Thank you.

Tim.
 
Back
Top