Compare Xml

Ask general questions here.
diana.dcs
Posts: 1
Joined: Wed Oct 03, 2012 2:22 pm

Compare Xml

Post by diana.dcs » Wed Oct 03, 2012 2:24 pm

Hi,
I have an aplication in vb6, this create an xml
I need in the end compare the xml result with other basic xml

I can do this? how?
Thank you

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: Compare Xml

Post by Ciege » Wed Oct 03, 2012 6:22 pm

You can try using the Microsoft XML diff API: http://msdn.microsoft.com/en-us/library/aa302294.aspx

Also Google for "xml diff c#".
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...