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

Module XHTML.P_01_00

module P_01_00 : 
  XML_sigs.TypedSimplePrinterwith type 'a elt := 'a M_01_00.elt
and type doc := M_01_00.doc

Simple printer for XHTML 1.0 documents


type 'a elt
type doc
val print_list : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  'a elt list -> unit
val print : 
  output:(string -> unit) ->
  ?encode:(string -> string) ->
  ?advert:string -> doc -> unit