Extended.XMLM
type name = string * string
type attribute = name * string
type tag = name * attribute list
type dtd = string option
type signal = [
| `Data of string
| `Dtd of dtd
| `El_end
| `El_start of tag
]
type output
val output : output -> signal -> unit