Compare Two XML Files
-
I am fresher just before 1 month i joined a IT company. Here i am working on VC++. I want to load two different XML files in VSFlexGrid_1 and VSFlexGrid_2 respectivelly and i need to compare the both xml files. If any mismatch found in the both files it should display in red color and if element not found in any one of xml file it should leave one blank line. I hope you know how the Beyond compare application works. like same my application should work. please help me to code for it. Thanks & Regards Savita
-
I am fresher just before 1 month i joined a IT company. Here i am working on VC++. I want to load two different XML files in VSFlexGrid_1 and VSFlexGrid_2 respectivelly and i need to compare the both xml files. If any mismatch found in the both files it should display in red color and if element not found in any one of xml file it should leave one blank line. I hope you know how the Beyond compare application works. like same my application should work. please help me to code for it. Thanks & Regards Savita
-
I am fresher just before 1 month i joined a IT company. Here i am working on VC++. I want to load two different XML files in VSFlexGrid_1 and VSFlexGrid_2 respectivelly and i need to compare the both xml files. If any mismatch found in the both files it should display in red color and if element not found in any one of xml file it should leave one blank line. I hope you know how the Beyond compare application works. like same my application should work. please help me to code for it. Thanks & Regards Savita
-
I am fresher just before 1 month i joined a IT company. Here i am working on VC++. I want to load two different XML files in VSFlexGrid_1 and VSFlexGrid_2 respectivelly and i need to compare the both xml files. If any mismatch found in the both files it should display in red color and if element not found in any one of xml file it should leave one blank line. I hope you know how the Beyond compare application works. like same my application should work. please help me to code for it. Thanks & Regards Savita
As one of the poster already said don;t re-invent the wheel. but you can take a peek into WinMergeU its open source, it sure time consuming. -Regards A
-
I am fresher just before 1 month i joined a IT company. Here i am working on VC++. I want to load two different XML files in VSFlexGrid_1 and VSFlexGrid_2 respectivelly and i need to compare the both xml files. If any mismatch found in the both files it should display in red color and if element not found in any one of xml file it should leave one blank line. I hope you know how the Beyond compare application works. like same my application should work. please help me to code for it. Thanks & Regards Savita
Please use winmerge software to comapre to xml or text file.whichever you want. if you want with VC++. please use MSXML sdk or read MSDN. don't try copy paste. that's bad habbit to fresser.