Module XmlRPCDtd


module XmlRPCDtd: sig  end
This string is the XML-RPC dtd. It's based on the one written by one Richard Moore, with comments stripped out. The original in included in the ocaml-xml-rpc distribution if you're interested.

val dtd : string
val parsed_dtd : unit -> Pxp_dtd.dtd
This is the parsed form, with the root node set to <methodResponse>.
val parsed_server_dtd : unit -> Pxp_dtd.dtd
This is the parsed form, with te root node set to <methodCall>