Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 10193 invoked from network); 16 Jul 2004 08:58:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Jul 2004 08:58:47 -0000 Received: (qmail 14896 invoked by uid 500); 16 Jul 2004 08:58:43 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 14854 invoked by uid 500); 16 Jul 2004 08:58:43 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 14841 invoked by uid 99); 16 Jul 2004 08:58:42 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 16 Jul 2004 01:58:40 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BlOY6-0002s4-00 for ; Fri, 16 Jul 2004 10:58:34 +0200 Received: from ada.fiz-chemie.de ([195.149.117.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jul 2004 10:58:34 +0200 Received: from holz by ada.fiz-chemie.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jul 2004 10:58:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Martin Holz Subject: Re: [RT] Virtual Sitemap Components Date: 16 Jul 2004 10:58:31 +0200 Lines: 36 Message-ID: <83u0w82urs.fsf@bog.darkzone.fiz-chemie.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ada.fiz-chemie.de User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Portable Code) Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Carsten Ziegeler" writes: > I want to start the implementation of the virtual sitemap components > in the next weeks; but before, we should discuss how they will look like :) > > The first point - and imho most important point is, of which components > a virtual sitemap component (VSC) can be assembled. > My understand is that a VSC is either: > - a generator followed by one or more transformers > - a set of transformers > - a set of transformers followed by a serializer > Thus, the VSC acts like a generator, a transformer or a serializer. > There were some mentions in the past, that a VSC can contain any sitemap > component, so even actions, matchers and selectors are allowed in > the definition of the VSC. > > So, first question is: do we want this? > > (I would say: no) I agree, that action should not be allowed. However browser dependant serialization would be the first thing I would like to put into a virtual sitemap component, because its always the same and clutters the sitemap. But it requires a selector. How do virtual sitemap components mix with views? Are labels allowed inside a VSC? I use labels a lot for debugging. Martin