Module Web__XML

module Web__XML: sig .. end

val xml_declaration : (string -> int -> int -> unit) ->
?encoding:string -> ?endline:bool -> unit -> unit
type text_context 
val open_text : (string -> int -> int -> unit) -> text_context
val close_text : text_context -> unit
val text_output_substring : text_context -> string -> int -> int -> unit
val text_output_string : text_context -> string -> unit
type attribute_context 
val open_attribute : (string -> int -> int -> unit) -> string -> attribute_context
val close_attribute : attribute_context -> unit
val attribute_output_substring : attribute_context -> string -> int -> int -> unit
val attribute_output_string : attribute_context -> string -> unit