From users-return-55650-apmail-cocoon-users-archive=cocoon.apache.org@cocoon.apache.org Fri Sep 19 16:54:19 2003 Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 62076 invoked from network); 19 Sep 2003 16:54:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Sep 2003 16:54:19 -0000 Received: (qmail 26889 invoked by uid 500); 19 Sep 2003 16:53:59 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 26859 invoked by uid 500); 19 Sep 2003 16:53:59 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 26845 invoked from network); 19 Sep 2003 16:53:58 -0000 Received: from unknown (HELO nde.gov.br) (200.130.5.6) by daedalus.apache.org with SMTP; 19 Sep 2003 16:53:58 -0000 Received: from tibagi.fnde.gov.br (tibagi [200.130.5.7]) by JoseS@fnde.gov.brnde.gov.br (8.9.3/8.9.3) with ESMTP id UAA61068 for ; Fri, 19 Sep 2003 20:00:02 +0300 (GMT) (envelope-from JoseS@fnde.gov.br) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RES: RES: XSP in XSL content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 19 Sep 2003 13:54:06 -0300 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RES: XSP in XSL Thread-Index: AcN+zjtRFLANx3h8S+KkT5n2p8vSmAAACp1Q From: "Jose Antonio Rosa dos Santos Junior" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanx Luca. I=B4ll try that. I saw somewhere an example of a pipeline using 2 matchers and i thought = i could use the output of a serializer as an input of the generator of = the next matcher. Cheers Jose Antonio -----Mensagem original----- De: Luca Morandini [mailto:luca.morandini1@tin.it] Enviada em: sexta-feira, 19 de setembro de 2003 13:46 Para: users@cocoon.apache.org Assunto: Re: RES: XSP in XSL Jose Antonio Rosa dos Santos Junior wrote: > hmmm.. Maybe. Haven=B4t thought that way. Can i link two pipelines to = do that instead? >=20 > I=B4m sending what i am trying to do: >=20 > stemap.xmap: > ... > =20 > > > > > > > ... >=20 > pagina-fnde2html.xsl: > ... > > ... > =20 > > SimpleDateFormat format =3D new SimpleDateFormat("dd/MM/yyyy"); > > > format.format(new Date()) > > ... > > ... >=20 > teste.xsp: >=20 > > xmlns:xsp=3D"http://apache.org/xsp" >=20 >=20 No, you cannot. Specifically, you cannot use XSP tags in your XSL: XSP is interpreted=20 only in the generation stage. What XSL does is just to transform (using the XSL language, not the XSP=20 one) the output produced by the XSP. If you really can't do without Java in the XSL, take a look at the XSL=20 extension of Xalan, using which you will be able call Java within an=20 XSL, like: ... ... ...which, coincidentally, you were trying to achieve in the first place=20 I suppose :) Regards, ------------------------------------------ Luca Morandini GIS Consultant lmorandini@ieee.org http://space.virgilio.it/kumora/index.html ------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org