Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 15336 invoked by uid 500); 29 May 2002 14:54:05 -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 15308 invoked from network); 29 May 2002 14:54:05 -0000 From: "Vadim Gritsenko" To: , "'Nicola Ken Barozzi'" Subject: RE: [RT] InputModules for sitemap variables Date: Wed, 29 May 2002 10:53:02 -0400 Message-ID: <007b01c20720$889fb0f0$7574558b@vgritsenkopc> 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.2616 In-Reply-To: <02c201c2071c$ebd5c7d0$670004c0@PC103> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Nicola Ken Barozzi [mailto:nicolaken@apache.org] ... > Being a module is a scheme (for URL it's usually a "protocol"), I would > suggest > > module://moduletouse/path/to/param?moduleattr=value It is completely not necessary to have '//' symbols in there (as you mentioned: after scheme goes scheme-specific part, not necessary starting with '//'). I suggest: module:moduletouse:/path/to/param?moduleattr=value or: moduletouse:/path/to/param?moduleattr=value Samples: module:request:myparam or: request:myparam sql:mytable/mycolumn?key=value Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org