module Ocsigen_parseconfig:sig
..end
Config file parsing. See also module
Ocsigen_extensions.​Configuration
val parse_config : ?file:string -> unit -> Xml.xml list list
Returns the config file. Use this if you want to read a config file from
your own executable. See Ocsigen_server.exec
.