Module type XHTML_duce.T


module type T = XML_sigs_duce.TypedXML 
                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