From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA31737; Sat, 28 Feb 2004 16:45:33 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA00325 for ; Sat, 28 Feb 2004 16:45:32 +0100 (MET) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i1SFjbIq010290 for ; Sat, 28 Feb 2004 16:45:37 +0100 Received: from warp (lns-th2-5f-81-56-197-80.adsl.proxad.net [81.56.197.80]) by postfix4-1.free.fr (Postfix) with SMTP id 8AF36CBA66; Sat, 28 Feb 2004 16:45:30 +0100 (CET) Message-ID: <009301c3fe11$cb95d800$ef01a8c0@warp> From: "Nicolas Cannasse" To: "Benjamin Geer" Cc: , "David MENTRE" References: <87y8qnnwsm.fsf@linux-france.org> <008301c3fe0f$0b410180$ef01a8c0@warp> <4040B5DA.9090108@socialtools.net> Subject: Re: [Caml-list] Looking for OCaml code to load & save XML files Date: Sat, 28 Feb 2004 16:44:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Miltered: at nez-perce by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; cannasse:01 warplayer:01 caml-list:01 usages:01 schema:01 pxp:01 pxp:01 schema:01 gmetadom:01 gmetadom:01 sourceforge:01 ocaml:01 ocaml:01 nicolas:01 nicolas:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > > 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