Module ReportXML

module ReportXML: sig .. end

This module defines the output to XML.


val dtd : string list

The DTD defining the XML output.

val make : unit -> ReportGeneric.converter

Returns a converter for XML output.