(** Load XML documents using the PXP library. *) open Ocamlduce.Load val from_source: ?ns:bool -> Pxp_dtd.source -> anyxml val from_string: ?ns:bool -> string -> anyxml val from_file: ?ns:bool -> string -> anyxml