On Wed, 23 Aug 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: >> make XML report a bit prettier > > For the smartfrog xml junit reporting, I can stick out XHTML content > instead of dumb XML. That means that the results are ready-to-read, > without any XSL operation.
I intend to add new stylesheets so that you can run <junitreport> on it. Because of this I try to remain as close to the JUnit test report format as possible (<junitreport> performs some internal magic while merging the reports) while making it possible to stream the report at the same time. We can always add an XHTML listener as well. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]