Return-Path: X-Original-To: apmail-cocoon-users-archive@www.apache.org Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A47A7C17 for ; Thu, 17 Nov 2011 13:40:29 +0000 (UTC) Received: (qmail 18395 invoked by uid 500); 17 Nov 2011 13:40:28 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 18288 invoked by uid 500); 17 Nov 2011 13:40:27 -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 18281 invoked by uid 99); 17 Nov 2011 13:40:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 13:40:27 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.82.109.228] (HELO nm22-vm9.bullet.mail.ird.yahoo.com) (212.82.109.228) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Nov 2011 13:40:19 +0000 Received: from [77.238.189.231] by nm22.bullet.mail.ird.yahoo.com with NNFMP; 17 Nov 2011 13:39:57 -0000 Received: from [212.82.108.236] by tm12.bullet.mail.ird.yahoo.com with NNFMP; 17 Nov 2011 13:39:57 -0000 Received: from [127.0.0.1] by omp1001.mail.ird.yahoo.com with NNFMP; 17 Nov 2011 13:39:57 -0000 X-Yahoo-Newman-Property: ymail-5 X-Yahoo-Newman-Id: 876742.77950.bm@omp1001.mail.ird.yahoo.com Received: (qmail 78437 invoked by uid 60001); 17 Nov 2011 13:39:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1321537197; bh=RSCuPC4aw33jPpcIASIdyI5pq7eYTrID9e0CmFMl5TY=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=sUrtvhXnB7uu9lS0ts5enzrkpwnaR+tom5lRPBBrn2X37vrM137LJQUJXAuRR8/UgLapfsh/gnHdtjugztB3qkHDFwCwY6USED17zkxOoZKX8d6qlXSHbWmLT6UdpwQ1fLbcJ0Wr27IMtWzfDoh7gOqDs69yVGn7+0gfJ00V9MI= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=kCBRT2dJhpIOZ8n4uSe6vwWD/M4BRN6Rleum6B9qbfeAJAIRp+B3Bzczu7kfgY+9Ta400aSPHok8yHuWYZW54QzQpkF+fWyLg/ug6irVcNFOKXYIlSsQYdJLZgjA4UCAPF+P2vk0vEpPnaQAworNFxOujGKU58g8gD7vf+a25KY=; X-YMail-OSG: AhwBhDEVM1m.ritrcqo_MzewJ8fN352WlHQikukJzEBjHLh TI0kqoHQmusfc0uro0Qr6k0Tl3HOY1Ir2De__uAK142QbfqiuQUDfBnbZDei bOyYnicyIU20uaBpuN1ba.9qZTd45UdYlwmki4ftOuj6XBMSNVm0hHG7PBeZ oHDme3O7cdwxUzaxf.h3xuw_QTN7VqgpYEHjWjG_Xzgr14R117M2NQlCjDxA EIvAixqlwxMQ8BZHcs4yMwJJduRPaqG_aSYUPjyhfyNQYI.NUx1JaOIHd6by loi.RCuADPmhKnWG1jvbwv_iwJC3idbU2qI_y1.IDoU4AVE5WKMq19uFWfAa 07.z.DBWsE3azJw2HFcHrAUQZRm0nSa9xPUlofHQjniM- Received: from [192.54.144.229] by web29503.mail.ird.yahoo.com via HTTP; Thu, 17 Nov 2011 13:39:57 GMT X-Mailer: YahooMailWebService/0.8.115.325013 Message-ID: <1321537197.76938.YahooMailNeo@web29503.mail.ird.yahoo.com> Date: Thu, 17 Nov 2011 13:39:57 +0000 (GMT) From: =?iso-8859-1?Q?Matthias_M=FCller?= Reply-To: =?iso-8859-1?Q?Matthias_M=FCller?= Subject: [C2.2] Get Element from uploaded file To: "users cocoon.apache.org" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-73641666-771027088-1321537197=:76938" ---73641666-771027088-1321537197=:76938 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi there,=0A=0AI do some xml -> pdf transformation using Coocon 2.2 and fop= . My output file name must contain a string that's in a certain element of = my uploaded file.=0AI wonder how to access my uploaded file to extract the = values?=0ADo I need to access it via control flow?=0AIs there something lik= e a XPath evaluator?=0A=0AMatthias=0A ---73641666-771027088-1321537197=:76938 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Hi there,

I do some xml -> pdf transformation using Coocon 2.2 and fop. My= output file name must contain a string that's in a certain element of my u= ploaded file.
I wonder how to access my uploaded file to extract = the values?
Do I need to access it via control flow?
I= s there something like a XPath evaluator?

Matthias=
---73641666-771027088-1321537197=:76938--