I have found numerous modules that will do a text diff on two objects (strings, files, etc) and then produce HTML. However the HTML-izer function is typically not part of the public API. Does any one know if there is module that takes an already produced diff and converts that to HTML before I go and code one up (I don't even know what namespace that should live in...)
Thank you.