Browse thread
[Caml-list] Looking for OCaml code to load & save XML files
[
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: | 2004-02-28 (15:45) |
From: | Nicolas Cannasse <warplayer@f...> |
Subject: | Re: [Caml-list] Looking for OCaml code to load & save XML files |
> > You can use XmlLight if you need something... light. If performances and > > memory are not critical (only DOM), it should be enough for most of your > > usages, and is a good way of starting with XML since it's very easy to use > > and manipulate, and support DTD (but not schema). If you need more features > > then PXP is your friend, but is a lot more difficult to handle. > > PXP doens't support schema either, but GMetaDOM (a wrapper around the > GNOME XML libraries) seems to: > > http://gmetadom.sourceforge.net/ > > Ben I forgot to say the following : XmlLight is 100% pure OCaml, and is not a wrapper on another library. That means that it will compile and work the same on all ocaml-supported architectures. Nicolas Cannnasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners