Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 46172 invoked from network); 26 Sep 2005 18:55:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 18:55:37 -0000 Received: (qmail 38017 invoked by uid 500); 26 Sep 2005 18:55:26 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 38008 invoked by uid 500); 26 Sep 2005 18:55:25 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 37992 invoked by uid 99); 26 Sep 2005 18:55:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 11:55:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [24.201.245.36] (HELO relais.videotron.ca) (24.201.245.36) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 11:55:31 -0700 Received: from tocsh ([66.130.75.104]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with SMTP id <0INF00EP0TVIMI30@VL-MO-MR004.ip.videotron.ca> for users@httpd.apache.org; Mon, 26 Sep 2005 14:54:54 -0400 (EDT) Date: Mon, 26 Sep 2005 14:55:00 -0400 From: Normand Mongeau To: users@httpd.apache.org Message-id: <00ec01c5c2cb$cc144fc0$6600a8c0@tocsh> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Mailer: Microsoft Outlook Express 6.00.2900.2670 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=original Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Question about apache versus XML/XLST X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, this is my first posting here, so please bear with me if I'm at the wrong place. I'm looking at Apache to be used as an HTTP server, to access a GemStone database at the back end. In my scenario all pages will be active. Ideally I'd like Apache to convert HTTP requests to XML (presumably with XSLT) before feeding them to my database, which would then return the resulting data also in XML, for Apache to then convert that XML to HTML with XSLT, thus returning HTML to the client. I looked at different Apache modules but nothing seems to fit my scenario. For instance, the Xalan C++ sample named ApacheModuleXSLT is completely file-based, which is definitely not my case. Is there a way to do the above scenario? Thanks in advance, Normand --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org