Version 1.3.0
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Xhtmlcompact:XHTML "compact printing" (no pretty printing, no line breaks added)sig..end
val xhtml_print : ?header:string ->
?version:[< XHTML.M.doctypes > `XHTML_01_01 ] ->
?encode:(string -> string) ->
?html_compat:bool -> [ `Html ] XHTML.M.elt -> stringhtml_compat is an option to set if you want to print with a syntax closer to html (not xml).val xhtml_list_print : ?header:string ->
?version:[< XHTML.M.doctypes > `XHTML_01_01 ] ->
?encode:(string -> string) ->
?html_compat:bool -> 'a XHTML.M.elt list -> stringhtml_compat is an option to set if you want to print with a syntax closer to html (not xml).