Functor Eliom_predefmod.Xhtmlreg_


module Xhtmlreg_: 
functor (Xhtml_content : Ocsigen_http_frame.HTTP_CONTENT with type t = [ `Html ] XHTML.M.elt and type options = XHTML.M.doctypes) -> Eliom_mkreg.REGCREATE with type page = Xhtml_content.t and type options = XHTML.M.doctypes
Parameters:
Xhtml_content : Ocsigen_http_frame.HTTP_CONTENT with type t = [ `Html ] XHTML.M.elt and type options = XHTML.M.doctypes

type page 
type options 
val send : ?options:options ->
?cookies:Eliom_services.cookie list ->
?charset:string ->
?code:int ->
sp:Eliom_sessions.server_params ->
page -> Eliom_services.result_to_send Lwt.t