Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 81742 invoked from network); 3 Sep 2005 22:59:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Sep 2005 22:59:13 -0000 Received: (qmail 12083 invoked by uid 500); 3 Sep 2005 22:59:10 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 12047 invoked by uid 500); 3 Sep 2005 22:59:10 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 12034 invoked by uid 99); 3 Sep 2005 22:59:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2005 15:59:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2005 15:59:22 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EBgxS-0001ed-UY for dev@cocoon.apache.org; Sun, 04 Sep 2005 00:57:58 +0200 Received: from host42-119.pool8291.interbusiness.it ([82.91.119.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2005 00:57:58 +0200 Received: from lmorandini by host42-119.pool8291.interbusiness.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2005 00:57:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Luca Morandini Subject: Re: SQLTransformer Date: Sun, 04 Sep 2005 00:57:17 +0200 Lines: 51 Message-ID: References: <60032.194.149.247.8.1125756450.squirrel@webmail.paiwastoon.com.af> Reply-To: lmorandini@ieee.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: host42-119.pool8291.interbusiness.it User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en, it In-Reply-To: <60032.194.149.247.8.1125756450.squirrel@webmail.paiwastoon.com.af> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Torsten Schlabach wrote: > as if would allow for a generic XSLT which for example renders the rowset > into an HTML table. > > WDYT? Not sure I understood you, but, if you want something like:
firstname lastname
Schlabach Torsten
You can have it with both XML formats. It boils down to using "local-name()" instead of "@name" in the relevant XSLT, like:
On the other hand, the format you proposed is cleaner indeed. Regards, -------------------- Luca Morandini www.lucamorandini.it --------------------