My company creates Word documents with XML tags based on a schema, and then translates them into html, puts them into a MySQL database and uploads them to the Internet using PHP. The problem is that we are stuck using Word 2003. New versions of the office no longer allow you to save using XML tags.
In addition, there are so many unwanted codes in WordML and VML that pages do not display properly in Chrome, Firefox, or Safari.
Is there a better way to convert Word to HTML? Or is there a better alternative to using a word with our XML schema?
source
share