Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 46937 invoked by uid 500); 20 Feb 2002 12:15:14 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 46926 invoked from network); 20 Feb 2002 12:15:14 -0000 From: "Ruud Diterwich" To: Subject: inter-pipeline communication Date: Wed, 20 Feb 2002 13:14:10 +0100 Message-ID: <003f01c1ba08$1a7fc390$0701010a@rditerwich> 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.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <9916289167D2D411BD0700508BB4A527E67010@dvntex01.devote.nl> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi there, I'm fairly new to cocoon, and especially to the programmer's api, so forgive me if I'm way off here. What I'm trying to do is to 'call' pipelines. Although this could be achieved by using the CIncludeTransformer, with the source set to a pipeline entry, I'd like to pass on a parameter in the form of an xml document. The way I solved this now is to build a DOM from the parameter xml, store it in the session and grab it back again using a specialized generator in the called pipeline. I'm wondering if there is a more efficient way to solve this, preferably by not using the session and by streaming the parameter xml directly into the called pipeline. Ruud Diterwich --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org