Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 67052 invoked by uid 500); 26 Apr 2002 21:35:52 -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 67041 invoked from network); 26 Apr 2002 21:35:52 -0000 Message-ID: <85063BBE668FD411944400D0B744267AE98E67@AUSMAIL> From: "Lai, Harry" To: "'cocoon-users@xml.apache.org'" Subject: RE: Howto xsp process in C2 ? Date: Fri, 26 Apr 2002 16:35:26 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1ED6A.4754F170" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C1ED6A.4754F170 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Alejandro, =20 Here's a previous post that might be helpful: =20 http://www.mail-archive.com/cocoon-users@xml.apache.org/msg06914.html = =20 Basically, you need to do three things: 1) "Register" your logicsheet in the cocoon.xconf file (as described in = the above post). 2) Add the logicsheet's namespace to your xsp doc (in the xsp:page = element). 3) In your pipeline below, remove the transform step that references = your logicsheet; by having done the previous two steps, your logicsheet will = be processed during the generate step. =20 Hope that helps! =20 Harry =20 -----Original Message----- From: Alejandro Raiczyk [mailto:alejandror@technisys.net] Sent: Thursday, April 25, 2002 10:18 AM To: 'cocoon-users@xml.apache.org' Subject: Howto xsp process in C2 ? Hi, I'm migrating from C1 to C2, and I guess I've get the idea but I = still can't make it work.=20 How can I do if I want to define a pipeline where I have a source file = wich is a XSP page, after generating it I have to transform it by a = logicsheet (XSL), then by the XSP processor and finally a stylesheet (XSL). I did this:=20 =20 = =20 =20 =20 =20 but it didn't work. Is there any whay to do shomething like=20 =20 =20 ?=20 thanks in advance=20 Alejandro D. Raiczyk=20 Desarrollo de Proyectos=20 Technisys Inform=E1tica S.R.L.=20 Tel./Fax: +54(11)4322-7100 int 133=20 alejandror@technisys.com.ar=20 ------_=_NextPart_001_01C1ED6A.4754F170 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Howto xsp process in C2 ?
Hi=20 Alejandro,
 
Here's=20 a previous post that might be helpful:
 
http://www.mail-archive.com/cocoon-users@xml.apache.org/msg06914= .html
 
Basically, you need to do three things:
1)=20 "Register" your logicsheet in the cocoon.xconf file (as described in = the above=20 post).
2) Add=20 the logicsheet's namespace to your xsp doc (in the xsp:page=20 element).
3) In your pipeline below, remove the transform step that = references=20 your logicsheet; by having done the previous two steps, your logicsheet = will be=20 processed during the generate step.
 
Hope that = helps!
 
Harry
 
-----Original Message-----
From: Alejandro Raiczyk = [mailto:alejandror@technisys.net]
Sent: Thursday, April 25, = 2002=20 10:18 AM
To: = 'cocoon-users@xml.apache.org'
Subject: Howto=20 xsp process in C2 ?

Hi, I'm migrating from C1 to C2, and I guess I've = get the idea=20 but I still can't make it work.

How can I do if I want to define a pipeline where I = have a=20 source file wich is a XSP page, after generating it I have to = transform it by=20 a logicsheet (XSL), then by the XSP processor and finally a = stylesheet=20 (XSL).

I did this:

    <map:match = pattern=3D"index">=20
        = <map:generate=20 src=3D"webbpi/index.xml"  type=3D"serverpages" /> =
        <map:transform = src=3D"webbpi/estilo/cotizacion_xsp.xsl"/>
        <map:transform = src=3D"webbpi/estilo/cotizacion.xsl"/>
        <map:serialize = type=3D"html"/>
   =20 </map:match>

but it didn't work. Is there any whay to do = shomething=20 like
       =20
        <map:transform=20 src=3D"webbpi/estilo/cotizacion_xsp.xsl" type=3D"xsp"/> =

?

thanks in advance

Alejandro D. Raiczyk
Desarrollo de=20 Proyectos
Technisys Inform=E1tica = S.R.L.=20
Tel./Fax: +54(11)4322-7100 int 133 =
alejandror@technisys.com.ar =

------_=_NextPart_001_01C1ED6A.4754F170--