package tyxml

  1. Overview
  2. Docs
TyXML is a library for building correct HTML and SVG documents

Install

Dune Dependency

Authors

Maintainers

Sources

tyxml-4.3.0.tbz
sha256=6e1bd76b184eb8bf43550138fa1e14f03b5761187ff38891179a36bdddbdbfc3
md5=fd834a567f813bf447cab5f4c3a723e2

doc/tyxml.functor/Xml_stream/index.html

Module Xml_stream

Streaming IO to/from XML trees

type name = string * string

Input

type signal = [
  1. | `Comment of string
  2. | `End_element
  3. | `Start_element of name * (name * string) list
  4. | `Text of string list
]
exception Malformed_stream
module Import (Xml : Xml_sigs.T) : sig ... end
OCaml

Innovation. Community. Security.

On This Page
  1. Input