#!/usr/bin/env php load(dirname(__FILE__) . '/report/out.xml'); $xsl = new DOMDocument; $xsl->load(dirname(__FILE__) . '/phpunit.xsl'); // Configure the transformer $proc = new XSLTProcessor; $proc->importStyleSheet($xsl); // attach the xsl rules $phpu = $proc->transformToXML($xml); $now = date('c'); $out="