Comment Re:Perspective vs. Tunnel Vision (Score 1) 284
The modern docx format (as well as OpenOffice's odt format) is just a zip archive of mostly XML files. Unzip the docx and xmllint the XML and you can get nice textual diffs. Rezip to go back to WYSIWYG.
I even wrote a simple tool to automate the process called musdex. It's on PyPI.