load("a.xml"); $xsl = new DOMDocument(); $xsl->load("a.xsl"); $t = new XSLTProcessor(); $t->importStylesheet($xsl); echo $t->transformToXML($xml); ?>