module type Xmlm_type =sig
..end
Make
.
This signature is readily matched by Xmlm
.
type
input
typedtd =
string option
typename =
string * string
typeattribute =
name * string
typetag =
name * attribute list
typesignal =
[ `Data of string
| `Dtd of dtd
| `El_end
| `El_start of tag ]
val input : input -> signal
val eoi : input -> bool