vote up 0 vote down star

I always receive content from client to put in web pages in MS Word file (it can be in 2003 and 2007 ver.) and those .Doc/.Docx files always have Content Paragraphs, images, ordered and unordered list, tables etc. I make all HTML manually ,it's ok for 10-15 pages but sometime for big site i receive 80-100 documents. so i want to convert content of docs file into Clean W3C valid content quickly.

flag

61% accept rate
Isn't DOCX XHTML? In that case, "File" > "Save as". If this doesn't work for you, please be a bit more specific. What do you want to do, an in what kind of environment? – Pekka Nov 4 at 15:44

2 Answers

vote up 0 vote down

Is there a reason you specifically need xhtml and not just html? If you can live with the latter, you can use Save As... to output to:

The latter two of these can be ready by a browser with no plugins, etc. The first one requires a plugin (unMHT) for Firefox.

link|flag
Just so people aren't confused, a plugin is not the same as an add-on or extension, which is what Steve is really talking about. – Rob Nov 5 at 14:32
vote up 1 vote down

The best might be to email it to yourself as an attachment in GMail. Then "view as html" and copy the source. It's not perfect but it gets rid of a lot of the garbage Microsoft throws in and, if necessary, a lot easier to hand edit.

Another way is to view it in Google Docs and download/save it as html. Also far better than anything Microsoft supplies.

link|flag
To get rid of the extra junk you can just do File -> Save as Web page -> Choose "filtered web page" (or was it "web page (filtered)"?) from the file type drop down box – Kaze no Koe Nov 4 at 15:50
I found copy from word to dreamweaver is also good way it gives almost clean code – Jitendra Dec 13 at 10:21

Your Answer

Get an OpenID
or

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