[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-02-14 (10:41) |
From: | Sylvain Le Gall <sylvain@l...> |
Subject: | Re: XML data binder for Ocaml |
On 13-02-2009, O'Leary, John W <john.w.oleary@intel.com> wrote: > Hi all, > > I'm looking for a tool that will take an XML data schema (.xsd) and > generate data bindings in Ocaml. In other words, I am seeking an Ocaml > equivalent to XSD (for C and C++) and JAXB (for Java). > > Googling didn't immediately turn up anything meeting the above > description. I'd very much appreciate any pointers. > I think you can try taking a look at two project: http://www.galaxquery.org/ http://www.cduce.org/ocaml I think they implement something close to what you want (I mean "close", not "what you want" unfortunately). At least there is some code in it, that deal with xsd. Regards, Sylvain Le Gall