Forum Moderators: open
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.