Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 64201 invoked from network); 7 Aug 2005 21:51:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2005 21:51:51 -0000 Received: (qmail 92024 invoked by uid 500); 7 Aug 2005 21:51:49 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 91995 invoked by uid 500); 7 Aug 2005 21:51:49 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 91979 invoked by uid 99); 7 Aug 2005 21:51:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 14:51:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 14:51:38 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E1t2C-00088Q-H2 for dev@cocoon.apache.org; Sun, 07 Aug 2005 23:50:20 +0200 Received: from lns-vlq-30-str-82-254-50-135.adsl.proxad.net ([82.254.50.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Aug 2005 23:50:20 +0200 Received: from eric.burghard by lns-vlq-30-str-82-254-50-135.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Aug 2005 23:50:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: BURGHARD =?ISO-8859-15?Q?=C9ric?= Subject: Re: Suggestion for XHTMLSerializer Date: Sun, 07 Aug 2005 23:50:41 +0200 Lines: 33 Message-ID: References: <42F5E165.1090700@gmx.de> <200508080115.54273.niclas@hedhman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lns-vlq-30-str-82-254-50-135.adsl.proxad.net User-Agent: KNode/0.9.1 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Why not collapse the entire pipeline into a single component as well, that > would eliminate a massive amount of bugs and testing time of the Sitemap > ;o) > It's a brillant idea, but it's yours :-D > Componentization with semantically well-defined contracts in between, is a > far better than large monoliths with innumerous permutations of And who is talking about large monoliths now ;-) ? > configuration, rules/exceptions, outcomes, side-effects and associated > subtleties. Do one thing, and do it damn well. That is what we like about > Cocoon... Adult Lego! > That's what i like in cocoon too. > Virtualization of a pack of transformers, with optional Generator and > Serializer seems like doing the job more elegantly. At least as much as I > have understood reading this all. > I use virtual generator with an xmldb generator and some bunch of transformers on my project to simplify some common pipelines. I found that effectively usefull and elegant, but xslserialisation is not directly related to virtualisation, even if you could stack (i know that you will appreciate that as a componentizator :-) some transformers with an xslserializer. Regards