Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 24011 invoked from network); 14 Jul 2010 13:03:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 13:03:40 -0000 Received: (qmail 43656 invoked by uid 500); 14 Jul 2010 13:03:39 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 43196 invoked by uid 500); 14 Jul 2010 13:03:36 -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 Delivered-To: moderator for users@cocoon.apache.org Received: (qmail 92642 invoked by uid 99); 14 Jul 2010 12:42:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grossvater@gmail.com designates 209.85.161.51 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ncWSTJ9+Aif7Q9pB1nyA2JMBnHbu60ftYjsQYzu4aaQ=; b=SzzEaPrUi8F99RSXNDc7nLDksyOBBq4ZsL88s+0jxk6PhVYrw8r3uQDtiCwcO6PO4w CwRpTaeA4hf6zDI8+ch/DuOergUWOj+zV0kGxlUzhptXdIQrUJ35sTzcsKB8wyHzZ6tE R2mOAn3HbSRC2DkNn/hl5addroDpbeOH7qEKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aGnovh7KW2DU9+xX3wgDSJZx7utaPVrGRhNyw9LDtJio5IquiD2Ys/Qye4L0HqZTGZ /hwGnf9gwwXMvCOHNuarun99SMrwG82dVCoXpF4kKR+e8h7nhapvpkQe2AI9VybZR2Lb ZQeZJ+qBBaKiDixWiQ9vTTqJYBJLXcD4DfFpM= MIME-Version: 1.0 Date: Wed, 14 Jul 2010 14:42:21 +0200 Message-ID: Subject: setting and reading generator parameters From: papa nagy To: users@cocoon.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi, i am writing a functioning XQueryGenerator for cocoon 2.2 and exist-db. for this i registered the generator with type="xquery", and is working quite well. my problem is that although i can specify the collection in the pipeline section but i would like to specify a default value in the map:components section, preferably in the same way as "use-request-parameters" for the transformers. here in the TraxTransformer there is a "conf" passed to the "configure" method with these parameters specified. How can I make it work with a generator? thanks a lot in the map:components ------------------------------------------------------------------- true ... ------------------------------------------------------------------- and using it with: ------------------------------------------------------------------- ------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org