load($xmlfile); //echo $xml->saveXML(); $xsl = new DOMDocument; $xsl->load($xslfile); $proc = new XSLTProcessor; $proc->importStyleSheet($xsl); // attach the xsl rules // $proc->setParameter ('', 'fdate', $fdate ); $template = $proc->transformToXML($xml); print $template ; ?>