• en

pxp 1.2.3

Maintainer contact@ocamlpro.com
Dependencies
& ocamlfind
ocamlnet >= 3.6.0
ulex
Published Aug 21, 2012
Source [http] http://download.camlcity.org/download/pxp-1.2.3.tar.gz
83347420dae0ee495bb0ac2fbab7b74b
Edit https://github.com/ocaml/opam-repository/tree/master/packages/pxp/pxp.1.2.3/opam

Polymorphic XML Parser

PXP is an XML parser for OCaml. It represents the parsed document either as tree or as stream of events. In tree mode, it is possible to validate the XML document against a DTD.

The acronym PXP means Polymorphic XML Parser. This name reflects the ability to create XML trees with polymorphic type parameters.