Module Tyxml_name
Gives the tyxml names for HTML elements and attributes.
val to_ocaml : string -> stringThe transformations are the following:
- Valid letters in OCaml identifiers are kept.
- Everything else is turn into an underscore '_'.
val ident : string -> stringTurn the given element name into a valid identifier.
Follow the
to_ocamlconvention and lowercase the first letter.