.TH "Eliom_content.Html5.C" 3o 2014-07-10 OCamldoc "" .SH NAME Eliom_content.Html5.C \- Creation of HTML5 content from client-side values. .SH Module Module Eliom_content.Html5.C .SH Documentation .sp Module .BI "C" : .B sig end .sp Creation of HTML5 content from client\-side values\&. This module is available on client side only to make possible to use C\-nodes in shared sections\&. .sp .sp .sp .sp .PP .B === .B Content injection .B === .PP .I val node : .B ?init:'a Eliom_content.Html5.D.elt -> .B 'a Eliom_content.Html5.elt Eliom_pervasives.client_value -> .B 'a Eliom_content.Html5.D.elt .sp Those two functions are the identity on client\-side (the .B init argument is ignored)\&. See Eliom manual for more detail on \&. .sp .sp .I val attr : .B ?init:'a Eliom_content.Html5.attrib -> .B 'a Eliom_content.Html5.attrib Eliom_pervasives.client_value -> .B 'a Eliom_content.Html5.attrib .sp .sp