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