XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> XML Parsers -> The XML Parser for O'Caml: PXP

The XML Parser for O'Caml: PXP

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.