package polyglot

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val doctype : string
val xmlns : string
val is_html_doctype : string -> bool

is_html_doctype doctype is true when doctype is a complete HTML DOCTYPE declaration, e.g. <!DOCTYPE html SYSTEM "about:legacy-compat">.

module Stream : sig ... end

Stream contains functions for turning XML signal streams into polyglot (X)HTML5 signal streams.

module Tree : sig ... end

Tree contains functions for turning XML trees into polyglot (X)HTML5 trees.