show/hide this revision's text 2 clarification

I would like to programatically convert a Microsoft Word document into XHTML. The language of choice is PHP, so I would appreciate any suggestions with PHP.

The initial idea is trying to convert the doc file into odt, and then use the Odt2Xhtml PHP class to get it into XHTML format.

Any better way to do this?

show/hide this revision's text 1

What is the best way of converting a Microsoft Word document into XHTML?

I would like to programatically convert a Microsoft Word document into XHTML. The language of choice is PHP, so I would appreciate any suggestions with PHP.

The initial idea is to convert the doc file into odt, and then use the Odt2Xhtml PHP class to get it into XHTML format.

Any better way to do this?