Module Eliom_content.Xml_shared
module W :
Xml_wrap.T
with type 'a t = 'a Eliom_shared.React.S.t
with type 'a tlist = 'a Eliom_shared.ReactiveData.RList.ttype 'a wrap = 'a W.ttype 'a list_wrap = 'a W.tlisttype uritype aname = stringtype event_handler =
(Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> unit) Eliom_client_value.ttype mouse_event_handler =
(Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.ttype keyboard_event_handler =
(Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.ttype touch_event_handler =
(Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.ttype attribval event_handler_attrib : aname -> event_handler -> attribval mouse_event_handler_attrib : aname -> mouse_event_handler -> attribval keyboard_event_handler_attrib : aname -> keyboard_event_handler -> attribval touch_event_handler_attrib : aname -> touch_event_handler -> attribtype elttype ename = stringval empty : unit -> eltval comment : string -> eltval entity : string -> eltval cdata : string -> eltval cdata_script : string -> eltval cdata_style : string -> elt