XSLTProcessor::__construct Creates a new XSLTProcessor object &reftitle.description; XSLTProcessor::__construct Creates a new XSLTProcessor object. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; &return.void; &reftitle.examples; Creating an <classname>XSLTProcessor</classname> load($xsl_filename); $xmldoc = new DOMDocument(); $xmldoc->load($xml_filename); $xsl = new XSLTProcessor(); $xsl->importStyleSheet($xsldoc); echo $xsl->transformToXML($xmldoc); ?> ]]>