A Polymorphic XML Parser
Date: Sep. 5, 2000
Link: http://www.ocaml-programming.de/programming/pxp.html
Source Author or Organization: Gerd Stolpmann
Polymorphic XML Parser (PXP) is a new release of a validating XML parser for
Objective Caml (the first public version was named Markup). "Polymorphic" refers
to an uncommon feature of the parser; that the type of the XML nodes can be
customized. In addition to the PXP Caml component, the distribution includes
full source code and three working sample applications, and requires the Findlib
library, the Netstring package, and Objective Caml 3.00.