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 LAA00400; Tue, 8 Apr 2003 11:01:38 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA00385 for caml-list@pauillac.inria.fr; Tue, 8 Apr 2003 11:01:37 +0200 (MET DST) 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 JAA30196 for ; Tue, 8 Apr 2003 09:27:10 +0200 (MET DST) Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h387R9X20082 for ; Tue, 8 Apr 2003 09:27:09 +0200 (MET DST) Received: from di.ens.fr (di.ens.fr [129.199.99.1]) by nef.ens.fr (8.12.9/1.01.28121999) with ESMTP id h387R8bX054335 for ; Tue, 8 Apr 2003 09:27:08 +0200 (CEST) Received: from basilic.ens.fr (monniaux@basilic [129.199.99.48]) by di.ens.fr (8.12.9/jb-1.1) id h387R8Ro017483 for ; Tue, 8 Apr 2003 09:27:08 +0200 (MEST) Received: from localhost (monniaux@localhost) by basilic.ens.fr (8.11.0/jb-1.1) id h387R6q16740 for ; Tue, 8 Apr 2003 09:27:06 +0200 (MEST) X-Authentication-Warning: basilic.ens.fr: monniaux owned process doing -bs Date: Tue, 8 Apr 2003 09:27:06 +0200 (MEST) From: David Monniaux X-Sender: monniaux@basilic.ens.fr To: Liste CAML Subject: [Caml-list] dynamic HTML pages Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam: no; 0.00; monniaux:01 ocamlnet:01 netstring:01 camlp:01 bedouin:01 enforcing:01 wdialog:01 overkill:01 antoine:01 ocaml:01 sgml:02 nodes:02 tree:02 transform:02 dynamic:03 X-Spam: no; 0.00; monniaux:01 ocamlnet:01 netstring:01 camlp:01 bedouin:01 enforcing:01 wdialog:01 overkill:01 antoine:01 ocaml:01 sgml:02 nodes:02 tree:02 transform:02 dynamic:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello, I'm investigating solutions for generating dynamic HTML pages using OCaml programs. So far, I've looked at the following systems: * OCamlNet/NetString can transform between a SGML/HTML parse tree and a SGML/HTML file. This may be a solution; perhaps it would be better if there were some camlp4 syntactic sugar for creating the parse tree nodes. Slight concern: the entire page must be fully generated between being transmitted. * Bedouin: interesting attempt at enforcing well-formedness through type safety, but the project seems dead in the water. * WDialog: isn't it a bit of overkill? * Antoine Miné's OCamlHTML: a bit rudimentary. Are there projects that I missed? Any experience? David Monniaux http://www.di.ens.fr/~monniaux Laboratoire d'informatique de l'École Normale Supérieure, Paris, France ------------------- 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