Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 95377 invoked from network); 14 Sep 2005 09:50:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 09:50:43 -0000 Received: (qmail 47548 invoked by uid 500); 14 Sep 2005 09:50:43 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 47387 invoked by uid 500); 14 Sep 2005 09:50:42 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 47373 invoked by uid 99); 14 Sep 2005 09:50:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 02:50:42 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 521D8137 for ; Wed, 14 Sep 2005 11:50:41 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: docs@cocoon.apache.org Date: Wed, 14 Sep 2005 09:50:41 -0000 Message-ID: <20050914095041.1134.24342@ajax.apache.org> Subject: [Cocoon Wiki] Update of "FilteringDesignPattern" by JCKermagoret X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification. The following page has been changed by JCKermagoret: http://wiki.apache.org/cocoon/FilteringDesignPattern ------------------------------------------------------------------------------ - = Filtering design pattern = - = Intent = Some features need configuration files that may vary just a little for different situations. This pattern has beed designed to avoid redundancy (by rewriting almost same files) and complexity (by using XSLT) while resolving these different situations.