Module type Kwxmlm.Xmlm_type

module type Xmlm_type = sig .. end
The signature of the input structure to Make.

This signature is readily matched by Xmlm.


type input 
type dtd = string option 
type name = string * string 
type attribute = name * string 
type tag = name * attribute list 
type signal = [ `Data of string
| `Dtd of dtd
| `El_end
| `El_start of tag ]
val input : input -> signal
val eoi : input -> bool