Module Glib.Markup


module Markup: sig .. end
GTK documentation: glib-Simple-XML-Subset-Parser

type error =
| BAD_UTF8
| EMPTY
| PARSE
| UNKNOWN_ELEMENT
| UNKNOWN_ATTRIBUTE
| INVALID_CONTENT
exception Error of error * string
val escape_text : string -> string