loadXML($content); // XSL $xsl = new DOMDocument(); $xsl->load(DOCROOT.'/plugins/xml/asso-invoice.xsl'); // XSLT $xslt = new XSLTProcessor(); $xslt->importStylesheet($xsl); echo $xslt->transformToXML($xml);