Version 1.0.0
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!
sig
type xml =
Element of (string * (string * string) list * Simplexmlparser.xml list)
| PCData of string
exception Xml_parser_error of string
val xmlparser : string -> Simplexmlparser.xml list
end