Module Xml_streamSource

Streaming IO to/from XML trees

Sourcetype name = string * string

Input

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