load(XML_FILE); // transform from DOM $xsl = new DOMDocument(); $xsl->load(XSL_FILE); $xslt = new XSLTProcessor(); $xslt->importStylesheet($xsl); echo $xslt->transformToXML($doc); ?>