importStylesheet($xsl); $xslt->setParameter(null, "menuvariable", "index"); $xslt->setParameter(null, "pagetitle", dcs_gen_title ("Fall 2007 Archive", "Class Listing")); // Get the modification date of the xml $moddate = date ("F d Y H:i:s.", filemtime("$xmldir/fa07archive.xml")); $xslt->setParameter(null, "moddate", $moddate); $xml = domDocument::load("$xmldir/fa07archive.xml"); print $xslt->transformToXML($xml); ?>