XmlcParser combinators and tree representations for XML.
This module provides utility functions for dealing with XML:
Types for Xml signals are shared with the Xmlm library. This module can also be used with other XML parser (e.g. Markup.ml) by converting signals.
module Parser : sig ... endParser Combinators for XML signals
module Tree : sig ... endTree representation of XML