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 KAA26086; Thu, 4 Jul 2002 10:33:44 +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 KAA22060 for ; Thu, 4 Jul 2002 10:33:44 +0200 (MET DST) Received: from cantina.students.cs.unibo.it (cantina.students.cs.unibo.it [130.136.3.110]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g648XhP29332 for ; Thu, 4 Jul 2002 10:33:43 +0200 (MET DST) Received: from lordsoth.takhisis.org ([62.98.121.225]) (authenticated bits=0) by cantina.students.cs.unibo.it (8.12.4/8.12.4/Debian-2) with ESMTP id g648XBDj031631 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Thu, 4 Jul 2002 10:33:36 +0200 Received: from lordsoth.takhisis.org (lordsoth.takhisis.org [127.0.0.1]) by lordsoth.takhisis.org (8.12.4/8.12.4/Debian-4) with ESMTP id g648X5xZ012646 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 4 Jul 2002 10:33:05 +0200 Received: (from zack@localhost) by lordsoth.takhisis.org (8.12.4/8.12.4/Debian-4) id g648X4oQ012644 for caml-list@inria.fr; Thu, 4 Jul 2002 10:33:04 +0200 Date: Thu, 4 Jul 2002 10:33:04 +0200 From: Stefano Zacchiroli To: Ocaml Subject: Re: [Caml-list] XML, XSL, eXcetera Message-ID: <20020704083304.GA12631@cs.unibo.it> Mail-Followup-To: Ocaml References: <3D2381CA.5070600@baretta.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D2381CA.5070600@baretta.com> User-Agent: Mutt/1.4i Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Thu, Jul 04, 2002 at 12:59:22AM +0200, Alessandro Baretta wrote: > I noticed the is a wrapper for the gdome2-xlst library. I > don't suppose this would allow me to mix O'Caml code with > XSLT code, would it? No, you can't, the interface is minimal and permits you to apply XSLT-only styleshhets: val processStylesheet : Gdome.document -> I_gdome_xslt.processed_stylesheet val applyStylesheet : source: Gdome.document -> stylesheet:I_gdome_xslt.processed_stylesheet -> params:(string * string) list -> Gdome.document Cheers. -- Stefano Zacchiroli - undergraduate student of CS @ Univ. Bologna, Italy zack@cs.unibo.it | ICQ# 33538863 | http://www.cs.unibo.it/~zacchiro "I know you believe you understood what you think I said, but I am not sure you realize that what you heard is not what I meant!" -- G.Romney ------------------- 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