<?php require_once('xslt_transform.php'); $xslt = new xsl_transform("test.xsl", "test.xml"); print ($xslt->apply()); ?>
info at phpclasses dot org