Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 29261 invoked from network); 18 Feb 2008 10:53:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2008 10:53:24 -0000 Received: (qmail 27519 invoked by uid 500); 18 Feb 2008 10:53:13 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 26738 invoked by uid 500); 18 Feb 2008 10:53:11 -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 26727 invoked by uid 99); 18 Feb 2008 10:53:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 02:53:11 -0800 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alexander.daniel@gmx.at designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 18 Feb 2008 10:52:25 +0000 Received: (qmail invoked by alias); 18 Feb 2008 10:52:46 -0000 Received: from chello062178138107.3.14.vie.surfer.at (EHLO [192.168.0.3]) [62.178.138.107] by mail.gmx.net (mp027) with SMTP; 18 Feb 2008 11:52:46 +0100 X-Authenticated: #5890984 X-Provags-ID: V01U2FsdGVkX1+u7jl79QeuFiszVRol45NIhLXk0YEWQs3h7yalgZ siJ/AlDe1wyKco Message-Id: From: Alexander Daniel To: users@cocoon.apache.org In-Reply-To: <15517307.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: POST .xml Date: Mon, 18 Feb 2008 11:52:45 +0100 References: <15517307.post@talk.nabble.com> X-Mailer: Apple Mail (2.919.2) X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 16.02.2008, at 12:32, nanomonk wrote: > and I have pipeline with StreamGenerator: > ----- > > > > > > > > ----- > all ok and in source of > "http://localhost:8888/setSettings? > paramone=12345¶mtwo=blablabla" I see > my .xml. > But.. I need to get from it some data and process it... I think to > do that > in .xsp. I need to take params of request and according them to do > some > actions... But I don't know how to get DOM Document from this recieved > .xml... Maybe the XSLT Transformer can help you: The StreamGenerator reads XML from an HttpRequest InputStream and generates SAX Events [1]. After the StreamGenerator you can use an XSLT Transformer to transform the generated SAX Stream: Alex [1] http://cocoon.apache.org/2.1/userdocs/stream-generator.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org