sig
val ocsigenadv : string
val xhtml_print :
?version:[< XHTML.M.doctypes > `XHTML_01_01 ] ->
?width:int ->
?encode:(string -> string) ->
?html_compat:bool -> [ `Html ] XHTML.M.elt -> string
val xhtml_list_print :
?version:[< XHTML.M.doctypes > `XHTML_01_01 ] ->
?width:int ->
?encode:(string -> string) ->
?html_compat:bool -> 'a XHTML.M.elt list -> string
val xhtml_stream :
?version:[< XHTML.M.doctypes > `XHTML_01_01 ] ->
?width:int ->
?encode:(string -> string) ->
?html_compat:bool -> [ `Html ] XHTML.M.elt -> string Ocsigen_stream.t
val xhtml_list_stream :
?version:[< XHTML.M.doctypes > `XHTML_01_01 ] ->
?width:int ->
?encode:(string -> string) ->
?html_compat:bool -> 'a XHTML.M.elt list -> string Ocsigen_stream.t
end