This is server API (go to client)

Module Eliom_pervasives.​HTML5.​M

module M : sig..end

Typed interface for building valid (X)HTML5 tree.


include HTML5_sigs.T
val unique : ?copy:'a elt -> 'a elt -> 'a elt

The function unique elt create a copy of the HTML5 node elt that will be manipulated 'by reference'. See Eliom_pervasives.​XML.​make_unique .