vote up 4 vote down star
3

Please provide the single best option you are aware of.

flag

11 Answers

vote up 5 vote down check

HTML Tidy does a very good job on Word 2000 HTML, but I'm not sure how well it works on newer Word output.

link|flag
vote up 2 vote down

Dreamweaver has a "clean up word HTML" option. Granted, I know it isn't perfect, but it also the only thing I have worked with.

link|flag
I actually decided to go ahead and use this option, since Dreamweaver also allows you to easily edit things as needed. However, I did say free, so I can't really accept this one, sorry. – codeflunky Sep 16 '08 at 17:10
vote up 1 vote down

In my opinion? Don't use it.

But in the real world, I've found that FCKEditor does a decent job of cleaning up Words fantastically hideous HTML.

link|flag
vote up 0 vote down

How about Bersoft Word HTML CleanUp?

link|flag
vote up -2 vote down

The single best option I am aware of? Don't use Word HTML.

link|flag
I'm getting them from the users and don't want to have to retype it all. – codeflunky Sep 15 '08 at 23:50
Any way you can get them to give it to you in some other format? Heck, even if you can get them to give you the actual Word file you could probably find some sort of converter that produces better HTML than word does. – Chris Upchurch Sep 15 '08 at 23:51
vote up 2 vote down

Rather than cleaning up Word's HTML you could generate HTML directly from the Word document using Abiword. (wv is now deprecated in favour of Abiword; it's basically been absorbed.)

An example:

    AbiWord --to=html file.doc --exp-props="html4: yes"

See more in the documentation.

link|flag
vote up 9 vote down

Word 2007 has a "publish > blog" menu item on the Office menu (top left corner).

Using this feature seems to do an incredibly good job of cleaning the HTML, far better than any of the other HTML exporters built into Word (like "save as HTML Filtered").

I have actually set up a bogus free blog somewhere just to use this HTML-cleaning capability. Most long articles on Joel on Software originated in Word 2007 and was published to a fake blog just to clean up the HTML.

link|flag
This worked pretty well, but in my case it formatted the HTML slightly different from the Word doc, and since it was coming from other people, I didn't want to actually alter the formatting. – codeflunky Sep 16 '08 at 17:08
this worked great for me. i created a livespaces account. be careful not to accidentally select the link at the top of the blog that links you back to livespaces. also when creating the blog entry you need to enter a title otherwise it will give you a useless error telling you it it cant be posted – Simon Jan 21 at 3:20
in Visual Studio look for tag like <div id="msgcns!128FB3A5A1708E5A!123" class="bvMsg"> and click between the '<' and the 'd' in 'div'. at the bottom where you have a tree of elements click on the last div and under the popup menu click 'select tag contents'. you can then cute and paste this HTML – Simon Jan 21 at 3:22
vote up 0 vote down

I have only used vim and it worked just fine.

/Allan

link|flag
vote up 1 vote down

Not exclusive to Word documents, but it is free (and open source). You might try Tidy: http://www.w3.org/People/Raggett/tidy/

link|flag
vote up 3 vote down

C# solution from Jeff Atwood.

link|flag
vote up 0 vote down

Try Wordoff: http://wordoff.org/ online

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.