Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 64499 invoked from network); 16 Feb 2008 11:33:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2008 11:33:18 -0000 Received: (qmail 72979 invoked by uid 500); 16 Feb 2008 11:33:11 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 72184 invoked by uid 500); 16 Feb 2008 11:33:10 -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 72172 invoked by uid 99); 16 Feb 2008 11:33:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 03:33:09 -0800 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 11:32:37 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JQLHh-00037P-F6 for users@cocoon.apache.org; Sat, 16 Feb 2008 03:32:45 -0800 Message-ID: <15517307.post@talk.nabble.com> Date: Sat, 16 Feb 2008 03:32:45 -0800 (PST) From: nanomonk To: users@cocoon.apache.org Subject: POST .xml MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: brain_box@inbox.ru X-Virus-Checked: Checked by ClamAV on apache.org I need to POST .xml file to server for further its processing... so, I have a simple upload.html for test: -----
File:
----- 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... -- View this message in context: http://www.nabble.com/POST-.xml-tp15517307p15517307.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org