Comparing two xml files
        Posted  
        
            by 
                Ragini
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ragini
        
        
        
        Published on 2012-06-12T10:30:30Z
        Indexed on 
            2012/06/12
            10:40 UTC
        
        
        Read the original article
        Hit count: 274
        
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 not parse the xml". However it showed something on screen. I would like the differ part to be stored somewhere if possible. (or atleast I should be able to see it properly)
Thanks
Ragini
© Stack Overflow or respective owner