to_string html is a valid (X)HTML5 polyglot string corresponding
to the html structure.
of_string ?enc html_str is the tree representation of html_str
as decoded by enc. For more information about the default
encoding, see Xmlm.inenc.
Note that this function converts all standard entities into their corresponding UTF-8 symbol.
Outputs valid (X)HTML5 polyglot text from a t. Only non-void element handling is implemented so far. For more information about the parameters, see Xmlm.make_output.
Outputs a valid (X)HTML5 polyglot document from a t. Only non-void element handling and HTML5 DOCTYPE is implemented so far. For more information about the parameters, see Xmlm.make_output.
a href html generate a link from html to href.
None.
None.
None.