importStylesheet($xsl); $xslt->setParameter("", 'day', 'Thursday'); if ($result = $xslt->transformToXML($xml)) { echo $result; } else { trigger_error('XSL transformation failed.', E_USER_ERROR); } // if } // http://www.tonymarston.net/php-mysql/xsl.html#a6 ?>