[Ocaml-pxp-users] Question about interaction style with complex documents
Alain Frisch
Alain.Frisch at inria.fr
Tue May 31 07:04:44 PDT 2005
Richard Jones wrote:
> I was actually looking at the XML schema loading code in the CDuce
> 0.3.2 sources themselves. Those seem to be written in pure OCaml, and
> they don't appear to use PXP, but some sort of custom XML parser - am
> I right in this?
The code is agnostic to the XML parser. It can work with any
stream-based parser (expat and PXP are supported), and build a custom
internal representation with basic access functions.
> The code you reference above is different, and looks much more
> interesting. Is CDuce likely to be a good, stable platform for
> long-term development? The web page indicates that it's more of a
> research project.
CDuce is a research project, but a quite stable one. The standalone
version is used by some companies in production. But of course, this is
no long-term guaranty of support. The OCaml+CDuce project is very new. I
cannot say anything about its future right now.
-- Alain
More information about the Ocaml-pxp-users
mailing list