module Xhtml_f: sig .. end
Typesafe constructors for XHTML documents (Functorial interface)
module Make_01_00: functor (X : Xml_sigs.T) -> Xhtml_sigs.T_01_00 with type Xml.uri = X.uri
and type Xml.event_handler = X.event_handler
and type Xml.attrib = X.attrib
and type Xml.elt = X.elt
module Make_01_01: functor (X : Xml_sigs.T) -> Xhtml_sigs.T_01_01 with type Xml.uri = X.uri
and type Xml.event_handler = X.event_handler
and type Xml.attrib = X.attrib
and type Xml.elt = X.elt
module Make: functor (X : Xml_sigs.T) -> Xhtml_sigs.T with type Xml.uri = X.uri
and type Xml.event_handler = X.event_handler
and type Xml.attrib = X.attrib
and type Xml.elt = X.elt