Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 56258 invoked by uid 500); 4 Apr 2002 12:50:08 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 56247 invoked from network); 4 Apr 2002 12:50:08 -0000 From: "Vadim Gritsenko" To: Subject: RE: esql & transformations Date: Thu, 4 Apr 2002 07:50:40 -0500 Message-ID: <004001c1dbd7$53a490b0$0a00a8c0@vgritsenkopc> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <006501c1dbb7$107f4980$1100000a@plaszczak> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N See http://localhost:8080/cocoon/sub/xsl-cocoon sample. It does generates XSL using XSP. Vadim > From: Jerzy Kut [mailto:jerzyk@rzeszow.tiger.com.pl] > > Hi all! > Can I use esql in transformation file? How? > I try: > > employees-xsp.xsl > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xsp="http://apache.org/xsp" > xmlns:esql="http://apache.org/cocoon/SQL/v2"> > > > > epayroll > > > select E1.EMPNO, E1.ENAME, E1.JOB, E2.EMPNO MGRNO, E2.ENAME MGR, > E1.HIREDATE, E1.SAL, E1.COMM, D.DEPTNO, D.DNAME > from EMP E1, EMP E2, DEPT D > where E1.DEPTNO = D.DEPTNO > and E1.MGR = E2.EMPNO (+) > > > > > > > > > > > > > > > > > > > > No data! > > > > > > > > > > > > > > > sitemap.xmap > > > > > > > > > > > but unfortunatelly it doesn't work. > Help please (cocoon2.0.2). > > Best regards > > Jerzy Kut --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: