C# XML Compare

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.
 
T

TimKnoll

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.
 

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

Top