Forum Moderators: open

Message Too Old, No Replies

PHP - Creating OpenOffice Document With XSLT

php openoffice xml xslt

         

gregambrose

4:57 am on Feb 21, 2005 (gmt 0)

10+ Year Member



With PHP it is easy enough to open the content.xml file of an OpenOffice document, and there are projects such as PHPDOCWriter that can write new OpenOffice documents.

What I want is a PHP XSLT process to take an XML file and a style sheet, to create a new OpenOffice document. XSLT can create one XML document from another, so creating a content.xml from my data XML files should just require a suitable style sheet.

Any ideas would be appreciated.