Module type Xhtml_duce.T


module type T = Xml_sigs_duce.Typed_xml 
                with type doc = Xhtml_types_duce.html
		 and type elt = {{ Xhtml_types_duce.block
				 | Xhtml_types_duce.form
				 | Xhtml_types_duce.misc }}

module Info: Xml_sigs.Info 
type elt 
type doc 
val of_doc : doc -> Ocamlduce.Load.anyxml
val of_elt : elt -> Ocamlduce.Load.anyxml