load('main.xml'); $xsl = new DOMDocument; $xsl->load('rss.xsl'); $proc = new XSLTProcessor; $proc->importStyleSheet($xsl); echo $proc->transformToXML($xml);