Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 13038 invoked from network); 1 Mar 2007 14:29:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 14:29:20 -0000 Received: (qmail 2408 invoked by uid 500); 1 Mar 2007 14:29:25 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 2354 invoked by uid 500); 1 Mar 2007 14:29:25 -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 List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 2343 invoked by uid 99); 1 Mar 2007 14:29:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 06:29:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Jeffrey.A.Schmitz@boeing.com designates 130.76.32.69 as permitted sender) Received: from [130.76.32.69] (HELO blv-smtpout-01.ns.cs.boeing.com) (130.76.32.69) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 06:29:12 -0800 Received: from blv-av-01.boeing.com (blv-av-01.boeing.com [192.42.227.216]) by blv-smtpout-01.ns.cs.boeing.com (8.13.6/8.13.6/TEST_SMTPIN) with ESMTP id l21ESqgZ018187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 1 Mar 2007 06:28:52 -0800 (PST) Received: from blv-av-01.boeing.com (localhost [127.0.0.1]) by blv-av-01.boeing.com (8.13.6/8.13.6/DOWNSTREAM_RELAY) with ESMTP id l21ESq4P019866 for ; Thu, 1 Mar 2007 06:28:52 -0800 (PST) Received: from xch-mwbh-02.mw.nos.boeing.com (xch-mwbh-02.mw.nos.boeing.com [130.247.200.9]) by blv-av-01.boeing.com (8.13.6/8.13.6/UPSTREAM_RELAY) with ESMTP id l21ESmpD019634 for ; Thu, 1 Mar 2007 06:28:51 -0800 (PST) Received: from XCH-MW-4V2.mw.nos.boeing.com ([130.247.200.20]) by xch-mwbh-02.mw.nos.boeing.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Mar 2007 08:28:50 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Subject: RE: Implementing a series of transformations Date: Thu, 1 Mar 2007 08:28:49 -0600 Message-ID: <542256E3D10C3C4B81D78ABD2DBDB20EF06D3C@XCH-MW-4V2.mw.nos.boeing.com> In-Reply-To: <45E6E22B.8000401@tuffmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Implementing a series of transformations Thread-Index: AcdcDXIKVGQOa2/vS9qTaPZpqqqg+gAAAyAA References: <542256E3D10C3C4B81D78ABD2DBDB20EF06D35@XCH-MW-4V2.mw.nos.boeing.com> <45E6E22B.8000401@tuffmail.com> From: "Schmitz, Jeffrey A" To: X-OriginalArrivalTime: 01 Mar 2007 14:28:50.0117 (UTC) FILETIME=[EE07D750:01C75C0D] X-Virus-Checked: Checked by ClamAV on apache.org Yeah, I think you've hit on the realization I hit on this morning (thus = my recent posting). What I really need to implement is a custom = tranformer instead of a logic sheet. That's what I'm working on right = now. Any examples you could provide? The xml I'm generating will be fed into an xslt tranform. And actually, = I need to feed the result of an xslt transform into my transformer, thus = I think implementing a custom tranformer (and not a xsp or custom = generator) is going to be required. Right? Thanks, Jeff=20 -----Original Message----- From: Grzegorz Kossakowski [mailto:grek@tuffmail.com]=20 Sent: Thursday, March 01, 2007 8:25 AM To: users@cocoon.apache.org Subject: Re: Implementing a series of transformations Schmitz, Jeffrey A napisa=B3(a): > Hello, > I've been struggling with the following scenario for some time and=20 > thought it was time to post. Basically, I need to be able to perform=20 > the following types of translations, in the order specified, all with=20 > one pipeline, and I can't figure out how to do it using Cocoon: > > 1. Transform an existing XML File using XSLT 2. Transform the result = > of step one using an XSP (i.e. Java code) that produces new XML. > 3. Transform result of Step 2 using two more XSLT scripts 4. Use the = > result of step 3 in another XSP > > =20 What your XSP pages really perform? I see that you want to use them as = trasnformers but XSP files can be used in generators. How would you make = use of xml generated by Cocoon's pipeline in your XML? -- Grzegorz Kossakowski --------------------------------------------------------------------- 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