<HTML><HEAD><TITLE></TITLE></HEAD><BODY><?phpinclude_once("XSLTTransform.php");/* Instanciate the class */$objXSLT = new XSLTTransform("me.xml", "me.xsl");/* echo the result tree */echo $objXSLT->getResultTree(); ?></BODY> </HTML>