Ocsigen

This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!

Module Simplexmlparser


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


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