load('inimesed.xml'); $xsl = new DOMDocument; $xsl->load('inimesed3wap.xsl'); $proc = new XSLTProcessor; $proc->importStyleSheet($xsl); header("Content-type: text/wml"); echo $proc->transformToXML($xml); ?>