Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor XML_print.Make

module Make : functor (XML : XML_sigs.Iterable) -> 
  functor (I : sig      val emptytags : string listend) ->
  functor (O : XML_sigs.Output) ->
  XML_sigs.Printerwith type out := O.out and type xml_elt := XML.elt

Parameters :

XML:XML_sigs.Iterable
I:sig val emptytags : string list end
O:XML_sigs.Output

type xml_elt
type out
val print_list : 
  ?encode:(string -> string) ->
  xml_elt list -> out