When will PHP support OpenXML? That is when I will start supporting OpenXML documents.
Anyone have an answer?
Yes, PHP can definitely create Open XML files. If you're familiar with PHP, here are the links to documentation of the two main things you need to know ...
Creating ZIP archives from PHP:http://us2.php.net/zip
Creating XML documents from PHP:http://us2.php.net/manual/en/ref.xmlwriter.php
There is also a PHP library: phpdocx that allows for the simple generation of word documents from scratch or from a template
There are a lot of libraries that can help php understand and generate openxml, I think the problem is to understand the libraries :) joc