From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 291127EE5C for ; Mon, 12 May 2014 00:16:32 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag4CAH31b1NKN1ZKnGdsb2JhbABZg1WCH4EgwngBgSsOAQEBAQEGDQkJFCiCJgEFI1YQCw4MAiYCAkcQBhuIOQQJqwGjYxeBKox1MweCdTaBFQEDmwSFEhePWmsB X-IPAS-Result: Ag4CAH31b1NKN1ZKnGdsb2JhbABZg1WCH4EgwngBgSsOAQEBAQEGDQkJFCiCJgEFI1YQCw4MAiYCAkcQBhuIOQQJqwGjYxeBKox1MweCdTaBFQEDmwSFEhePWmsB X-IronPort-AV: E=Sophos;i="4.97,1030,1389740400"; d="scan'208";a="61400692" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail3-smtp-sop.national.inria.fr with ESMTP; 12 May 2014 00:16:31 +0200 Received: from [172.20.10.2] (246-226.197-178.cust.bluewin.ch [178.197.226.246]) by smtp.webfaction.com (Postfix) with ESMTP id CE1EE228440D; Sun, 11 May 2014 22:16:27 +0000 (UTC) Date: Mon, 12 May 2014 00:16:23 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Andrew Herron Cc: malc , Yoriyuki Yamagata , Caml List Message-ID: <0CAA6990500C411784EA0516AEECEA96@erratique.ch> In-Reply-To: <9BA299233C484473BA1372DB65F8716F@gmail.com> References: <9BA299233C484473BA1372DB65F8716F@gmail.com> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] [ANN] ucorelib 0.1.0 Le dimanche, 11 mai 2014 =C3=A0 23:58, Andrew Herron a =C3=A9crit : > It=E2=80=99s a bit old but I found xml-light to be a nice dead simple par= ser. It and some others are listed on the somewhat out of date camp hump pa= ge: > http://caml.inria.fr/cgi-bin/hump.en.cgi?sort=3D0&browse=3D49 I highly suggest *not* to use xml-light if you don't have control over the = xml you input. It's not standard compliant by any means and the day you get= a file that cannot be parsed you (or the users of your tools) won't be hap= py. AFAIK pxp or xmlm are the only pure OCaml standard compliant alternativ= es that exist. Best, Daniel