module ReportXML:This module defines the output to XML.sig
..end
val dtd : string list
val make : unit -> ReportGeneric.converter
val make_emma : unit -> ReportGeneric.converter
EMMA is a Java code coverage available at http://emma.sourceforge.net/.
The returned converter only outputs overall statistics, and generated files
are intended to be used by reporintg tools like the EMMA plugin for the
Hudson continuous integration server (available at http://hudson-ci.org/).