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