HTML cleanup tools?
Good morning, everyone... I'm wondering if anyone has suggestions on HTML "clean up" tools (for lack of a better name). Let me explain...
We have an application written in PHP and MySQL that has an embedded HTML editor in it. You can cut and paste text from Microsoft Word documents (which is how we get the changes from the user), and the HTML is automagically generated. But when you switch over to the HTML view, you see the most horrendous HTML in the world. Word puts all sorts of MS-specific tags out there, and it makes it a PITA to try and find what you need to update.
Does anyone know of any tools that you can use to paste in HTML code and easily clean it up? I'm trying to remove the MS Word garbage whenever possible, but it's time-consuming...


