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: | -- (:) |
| From: | Benjamin Geer <ben@s...> |
| Subject: | Re: [Caml-list] Looking for OCaml code to load & save XML files |
Nicolas Cannasse wrote:> > 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 ------------------- 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