package tyxml

  1. Overview
  2. Docs
A library for building correct HTML and SVG documents

Install

Dune Dependency

Authors

Maintainers

Sources

tyxml-4.6.0.tbz
sha256=bfeb673c6b4e120a4eca4c48448add47dc3f8d02c2b40f63ffdccc4e91c902dd
sha512=69750eeaf467014282087bf9628f3278f3e5f00f4c7400358750d208664cfc3f79a5cba16767d2935e53477d1a6862fe08c5b801b69052ec12e09d1a93a5e9b4

doc/src/tyxml/tyxml.ml.html

Source file tyxml.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(** Typed implementation for HTML, SVG and XML

    This is the natural implementation of the TyXML combinators
    based on an XML data-structure.
    {%
    Other implementations are available, see <<a_manual chapter="intro"|the manual>> for details. %}
*)

(** Typesafe constructors and printers for HTML documents.

    @see <http://www.w3.org/TR/html/> W3C Recommendation *)
module Html = Tyxml_html

(** Typesafe constructors and printers for Svg documents.

    @see <http://www.w3.org/TR/SVG> W3C Recommendation *)
module Svg = Tyxml_svg


(** Basic functions for construction and manipulation of XML tree. *)
module Xml = Tyxml_xml

(** Deprecated alias for {!Html}.
    @deprecated "Use Html" *)
module Html5 = Tyxml_html
  [@@ocaml.deprecated "Use Tyxml.Html"]
OCaml

Innovation. Community. Security.