importStylesheet($xsl); $xslt->setParameter(null, "menuvariable", "notfound"); $xslt->setParameter(null, "pagetitle", dcs_gen_title ("", "Class URL Not Found")); //$xslt->setParameter(null, "pagetype", "notfound"); $xslt->setParameter(null, "pageitem", ""); $xslt->setParameter(null, "displayinfofor", "1"); // Get the modification date of the xml $moddate = date ("F d Y H:i:s.", filemtime("$xmldir/noclass.xml")) ; $xslt->setParameter(null, "moddate", $moddate); $xml = domDocument::load("$xmldir/noclass.xml"); print $xslt->transformToXML($xml); ?>