Don't know any tool to do exactly what you want. But here's a piece of code I often use to output html formatted colored diff: simplediff
It's available in PHP and Python. The output tags the differences using <del>
and <ins>
tags so you can easily color them using CSS.
slebetman
2010-01-06 13:22:15