This is server API (go to client)

Module Eliom_pervasives.​XML

module XML : sig..end

Low-level XML manipulation.


Base functions

include XML_sigs.Iterable

Unique nodes

Unique nodes are XML nodes that are manipulated 'by reference' when sent to the client part of an Eliom-application: the created element is allocated only one time in each instance of an application. See the eliom manual for more details.

Event handlers

type -#Dom_html.event caml_event_handler

Values of type 'a caml_event_handler represents event handler build with the {{ ... }} syntax (see the Eliom manual for more information on syntax extension). Such values are expected by functions like Eliom_services.on_load or Eliom_pervasives.​HTML5.​a_onclick. The type parameter is the type of the javascript event expected by the handler, for example Dom_html.​mouseEvent or Dom_html.​keyboardEvent.