How Do I Get ONLY The Differences (XMLDiff/DiffGram)?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi All,
After pouring over the documentation and cobbling together code (VB.NET) using the XmlDiff.dll and the others I cannot seem to find a way to get a list of ONLY the "from" and "to" changes (i.e., before and after) for only the items that changed (add, change,
delete, etc.).
Ive already looked into these links and downloaded the example code and projects:<br/>
http://msdn.microsoft.com/en-us/library/aa302294.aspx http://msdn.microsoft.com/en-us/library/aa302294.aspx <br/>
http://msdn.microsoft.com/en-us/library/aa302295.aspx http://msdn.microsoft.com/en-us/library/aa302295.aspx
Is there a way thats built already and Im missing it? If not - how would this be done. What I have is the original XML file serialized in a SQL table column and the DiffGram.
Thanks in advance for any and all help - its greatly appreciated!<br/>
Kind regards - Fred

View the full article
 
Back
Top