Hi Jean !
On Sun, 23 Nov 2008 10:13:27 -0700, "Jean Krivine" <[EMAIL PROTECTED]> wrote: > Just a quick question, I would like to open and access easily an xml > file within my ocaml program. Does someone have a small library that > would help me doing that? All the things I found for now are > libraries that help me construct xml and check for consistency which > is not what I want. If the xml you intend to parse is not too broken (like html for instance), you can try to use xml-light, whose APIis very simple. The link: http://tech.motion-twin.com/xmllight.html Romain _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
