Module Simplexmlparser


module Simplexmlparser: sig .. end
Basic camlp4 parser for xml


type xml =
| Element of (string * (string * string) list * xml list)
| PCData of string