next up previous contents index
Next: MimeMail Up: Metamata Audit Previous: Nested elements   Contents   Index

Generating a report

As a convenience, there is an XSL file(mmetrics-frames.xsl) that allows you to generate a full framed HTML report of the metrics. You can find it in the etc directory of Ant. As it uses the Xalan redirect extensions, you will need Xalan and Xerces to run it. The stylesheet takes an output.dir parameter (otherwise it will be generated in the current directory), it can be run in Ant as follows:

<style in=java "${audit.xml}" style="maudit-frames.xsl" out="null.tmp">
    <param name="output.dir" expression="${report.dir}"/>
</style>



Andrew Marlow 2003-07-08