in reply to Smart Diff - compare XML files
I don't think there's such a module, but you're free to look for one.
Anyway, I don't think it's too complicated: parse both XML Documents into a DOM and then recursively traverse the tree parallely. Whenever a difference occurs, pass the differing subtree to a function that "highlights" that subtree.
--
|
|---|