<?php include("class.xslt.php"); $t = new XSLTransformer('test.xml', 'test.xsl'); echo $t->getOutput(); $t->destructXSLTansform(); ?>
info at phpclasses dot org