package tyxml-lwd

  1. Overview
  2. Docs
type 'a live = 'a Lwd_seq.t Lwd.t
type 'a attr = 'a option Lwd.t

TyXML compatible representation of XML documents

TyXML produced Svg and Html

type +'a node = private raw_node
module Svg : sig ... end
module Html : sig ... end

Running an Lwd-driven DOM in the browser

module Lwdom : sig ... end