Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tyxml_syntax.Name_conventionSourceGives the tyxml names for HTML elements and attributes.
The transformations are the following:
Turn the given element name into a valid identifier.
Follow the to_ocaml convention and lowercase the first letter.
Turn the given attribute name into a valid identifier.
Follow the to_ocaml convention and add "a_" at the beginning.
Turn the given name into a valid Polymorphic variant name.
Follow the to_ocaml convention, uppercase the first letter and add "`".