Module Eliom_content.Xml


module Xml: module type of Eliom_content_core.Xml  with
    type uri = Eliom_content_core.Xml.uri
  and type attrib = Eliom_content_core.Xml.attrib
  and type elt = Eliom_content_core.Xml.elt
  and type event_handler = Eliom_content_core.Xml.event_handler
  and type event_handler_table = Eliom_content_core.Xml.event_handler_table
  and
    type (-'a) caml_event_handler =
      'a Eliom_content_core.Xml.caml_event_handler
Low-level XML manipulation.