Comparing two xml files
- by Ragini
I have two large xml files. Almost 1.4 mb each. I want to compare them and see the differing part. I am using linux. Is there any free tool which can do this for me ? Or any other technique ?
I used "diff" command in linux and tried to output the result in another file.
(diff file1.xml file2.xml result.xml) But the resulted file showed "Could…