Transform a JUnit xml report.
The default transformation generates an html report in either framed or non-framed
style. The non-framed style is convenient to have a concise report via mail, the
framed report is much more convenient if you want to browse into different
packages or testcases since it is a Javadoc like report.
Get the systemid of the appropriate stylesheet based on its
name and styledir. If no styledir is defined it will load
it as a java resource in the xsl child package, otherwise it
will get it from the given directory.
system ID of the stylesheet. throws: IOException - thrown if the requested stylesheet doesnot exist.
set the style directory. It is optional and will override the
default xsl used.
Parameters: styledir - the directory containing the xsl files if the userwould like to override with its own style.
Set the xml file to be processed. This is a helper if you want
to set the file directly. Much more for testing purposes.
Parameters: xmlfile - xml file to be processed throws: BuildException - if the document cannot be parsed.