From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.user Subject: Re: Guile & Sablotron Date: Mon, 15 Mar 2004 08:36:21 -0800 (PST) Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <20040315163621.52551.qmail@web14306.mail.yahoo.com> References: Reply-To: spikegran@earthlink.net NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079369373 11417 80.91.224.253 (15 Mar 2004 16:49:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2004 16:49:33 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Mar 15 17:49:26 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2vHK-0007Pu-00 for ; Mon, 15 Mar 2004 17:49:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2v7x-0001gi-UL for guile-user@m.gmane.org; Mon, 15 Mar 2004 11:39:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2v6p-00017S-Hd for guile-user@gnu.org; Mon, 15 Mar 2004 11:38:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2v5F-00080x-PL for guile-user@gnu.org; Mon, 15 Mar 2004 11:37:29 -0500 Original-Received: from [216.136.173.82] (helo=web14306.mail.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1B2v4l-0007ji-Uf for guile-user@gnu.org; Mon, 15 Mar 2004 11:36:28 -0500 Original-Received: from [209.179.233.5] by web14306.mail.yahoo.com via HTTP; Mon, 15 Mar 2004 08:36:21 PST Original-To: Brian S McQueen , guile-user@gnu.org In-Reply-To: X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2946 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2946 --- Brian S McQueen wrote: > I want to put a Guile interface on the Sablotron > library: http://www.gingerall.com/charlie/ga/xml/p_sab.xml > In the short term I want to be able to use Sablotron as my template > engine, from my Scheme programs. In the longterm I want to add this > Guile/Sablotron binding to the Recluse web server: Actually, it might be more efficient to do the binding for the XSLT lib and the webserver binding at the same time. That way, you'd only have to wrap the API relevant to CGI processing, which wouldn't take much time at all. You mentioned Recluse as a server. As ttn pointed out, there is an all guile httpd solution (from guile-www). Also, there is a good, Guile-friendly webserver named Serveez. I wonder how their performance compares? -Mike Gran __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user