Module XHTML.P


module P: XML_sigs.TypedSimplePrinter  with type 'a elt := 'a M.elt
					 and type doc := M.doc
Simple printer for XHTML documents (HTML compatible printer)

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