[
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:29) |
From: | Jean Krivine <jean.krivine@g...> |
Subject: | Re: [Caml-list] Manipulating xml files withing ocaml |
Superb that seems to be what I needed thanks! J On Sun, Nov 23, 2008 at 10:18 AM, Romain Beauxis <toots@rastageeks.org> wrote: > > 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 >