I'm trying to create a web tool that can visualize the differences between two XMLs. difflib
was working pretty well in creating html with the differences, but then some unicode text showed up in the XMLs and the resulting html now contains html-encoded letters.
Is there any other approach to this problem?