I have two XML files. They are similar, but there are two nodes of which either of the file have only one. I want to merge two sets of such documents in one single document where first the node of side A is taken, followed by the nodes of side B.
I'm not an experienced user of diff tools and downloaded KDiff3 to start somewhere.. Can anybody put me on the right path?
--EDIT--
Finding diff tools is something I can manage on my own.
But how to make one of these tools (doesn't matter which one) make the merging go automatically by first putting in the part from file1 and then from file2 is what I'm looking for.
It's a rather extensive amount of files, so I'd preferably not have any intervention in the mergin process.