Browse thread
Re: [Caml-list] Manipulating xml files withing ocaml
- Romain Beauxis
[
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: | 2008-11-23 (17:18) |
From: | Romain Beauxis <toots@r...> |
Subject: | Re: [Caml-list] Manipulating xml files withing ocaml |
Hi Jean ! On Sun, 23 Nov 2008 10:13:27 -0700, "Jean Krivine" <jean.krivine@gmail.com> 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