Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 51527 invoked from network); 24 Oct 2005 20:57:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Oct 2005 20:57:29 -0000 Received: (qmail 13900 invoked by uid 500); 24 Oct 2005 20:57:26 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 13875 invoked by uid 500); 24 Oct 2005 20:57:26 -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 13864 invoked by uid 99); 24 Oct 2005 20:57:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2005 13:57:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.230.240.35] (HELO eastrmmtao04.cox.net) (68.230.240.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2005 13:57:24 -0700 Received: from [192.168.0.100] (really [70.179.64.83]) by eastrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051024205612.TATQ23022.eastrmmtao04.cox.net@[192.168.0.100]> for ; Mon, 24 Oct 2005 16:56:12 -0400 Message-ID: <435D4AA0.2010004@reverycodes.com> Date: Mon, 24 Oct 2005 16:57:04 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: treeprocessor doesn't resolve variables in all attributes of sitemap nodes References: <435C8B97.7050504@outerthought.org> <435CEF3C.30908@apache.org> <435D0D95.8030002@reverycodes.com> <435D2482.2030400@apache.org> In-Reply-To: <435D2482.2030400@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Carsten Ziegeler wrote: > Vadim Gritsenko wrote: > >>>Yes, I think we should go through all these attributes and see/vote >>>which ones can be made dynamic. >> >> >>IIRC, this vote was already done at Cocoon 2.0 times. Substitution for component >>types etc was prohibited on the basis that it makes it easier to implement >>"dynamic pipelines". >> > > Yeah, I know - and that's absolutely ok for component types. But what > about mime-type, > or the some others Marc listed? I think following attributes can be subject to substitution: status-code, mime-type on serialize and read src on act session, global, permanent on redirect-to and probably pattern on match as well. Vadim