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 JAA10986; Mon, 5 Apr 2004 09:39:42 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id EAA13803 for ; Mon, 5 Apr 2004 04:24:09 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from danga.com (danga.com [66.150.15.140]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i352O8YM007638 for ; Mon, 5 Apr 2004 04:24:08 +0200 Received: by danga.com (Postfix, from userid 1009) id F1E613BC50B; Sun, 4 Apr 2004 19:24:04 -0700 (PDT) Date: Sun, 4 Apr 2004 19:24:04 -0700 From: Evan Martin To: caml-list@inria.fr Cc: Matt Gushee Subject: [Caml-list] [announce] ocaml-xmlr 0.3 (bindings for libxml's xmlreader) Message-ID: <20040405022404.GA8140@danga.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; evan:01 api:01 api:01 modelled:01 bug:01 gushee:01 evan:01 bindings:01 bindings:01 ocaml:01 ocaml:01 match:02 classes:03 functions:05 site:91 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk X-Status: X-Keywords: X-UID: 50 Hi all, I've released version 0.3 of my bindings for libxml[1]'s XmlTextReader[2] API for OCaml. This API is modelled on the XmlReader classes found originally in C# (I think?) and is both fast and convenient. Major changes since the last announcement: - License changed to MIT, to match libxml. - Many more functions wrapped (now covers most of the API). - Lots of documentation added. - Bug/typo fixes. Special thanks to Matt Gushee for his feedback on the previous release. This site has the download: http://neugierig.org/software/ocaml/xmlr/ [1] http://xmlsoft.org/ [2] http://xmlsoft.org/xmlreader.html -- Evan Martin martine@danga.com http://neugierig.org ------------------- 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