loadXML($content); // XSL $xsl = new DOMDocument(); $xsl->load(DOCROOT.'/assets/src/xml/fe-stylesheet-1.2.1.xsl'); // XSLT $xslt = new XSLTProcessor(); $xslt->importStylesheet($xsl); echo $xslt->transformToXML($xml);