This is client API (go to server)

Module Eliom_pervasives.​XML

module XML : sig..end

XML building and deconstructing.


type aname = string
type attrib
type caml_event =  | CE_registered_closure of (unit -> unit) Eliom_pervasives.client_expr | CE_client_closure of (unit -> unit) | CE_call_service of 
    ([ `A | `Form_get | `Form_post ] * (bool * string list) option)
    option Eliom_lazy.request
type event =  | Raw of string | Caml of caml_event
type ename = string
type elt
type econtent = private  | Empty | Comment of string | EncodedPCDATA of string | PCDATA of string | Entity of string | Leaf of ename * attrib list | Node of 
    ename * attrib list
     * elt list