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 GAA19011; Thu, 25 Jul 2002 06:24:19 +0200 (MET DST) 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 GAA18996 for ; Thu, 25 Jul 2002 06:24:18 +0200 (MET DST) Received: from imac.sobor.org (adsl-63-198-183-99.dsl.snfc21.pacbell.net [63.198.183.99]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g6P4OHT18849 for ; Thu, 25 Jul 2002 06:24:17 +0200 (MET DST) Received: from quasar.ipa.nw.ru (unknown [192.168.123.51]) by imac.sobor.org (Postfix) with ESMTP id 260EC102ADD0; Wed, 24 Jul 2002 21:24:15 -0700 (PDT) Message-ID: <3D3F7D9B.BEC25F70@quasar.ipa.nw.ru> Date: Wed, 24 Jul 2002 21:24:59 -0700 From: "Alexander V. Voinov" Organization: Fear of the Lord is the beginning of wisdom X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Mike Lin Cc: caml-list@inria.fr Subject: Re: [Caml-list] yet another xml parser References: <1027565308.1437.89.camel@mikelin> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi Mike, Thank you for the contribution. Do you have/plan for an OCaml library for Jabber? WBR Alexander Mike Lin wrote: > > hello! > > none of the ocaml xml parsers out there quite served my needs, so i > wrote my own. for anyone who's interested, i put up a page about it. > > http://mikelin.mit.edu/yaxpo/ > > the most interesting thing about the parser is that it is all hand > written in explicit continuation-passing style (CPS) instead of using > recursion or iteration. this allows one to do some amusing things in > clever ways; for example, it is possible to "pause" parsing, returning > control to the caller, and then pick up where it left off at some later > time. > > i am using the parser in conjunction with another project i'm working > on. it's still quite preliminary, but i'm using it already to do some > 'real' stuff, so i hope it can eventually be useful standalone. > > mike > > ------------------- > 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 ------------------- 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