Cow.XmlXML combinators.
include module type of Xmlmtype attribute = name * stringval pp_dtd : Stdlib.Format.formatter -> dtd -> unitval pp_name : Stdlib.Format.formatter -> name -> unitval pp_attribute : Stdlib.Format.formatter -> attribute -> unitval pp_tag : Stdlib.Format.formatter -> tag -> unitval pp_signal : Stdlib.Format.formatter -> signal -> unitval error_message : error -> stringval eoi : input -> boolval output_depth : output -> intmodule type String = sig ... endmodule type Buffer = sig ... endmodule type S = sig ... endval to_string : ?decl:bool -> t -> stringof_string s returns the XML tree described by s.
val empty : tempty is the empty XML fragment.
val string : string -> tstring s is the XML fragment s.
val int : int -> tint i is the XML fragment i.
val float : float -> tfloat f is the XML fragment f.
val uri : Uri.t -> turi t is t.
tago k v is k v if v is not None, otherwise it's empty.