Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 82593 invoked by uid 500); 15 Jan 2002 21:21:07 -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 82568 invoked from network); 15 Jan 2002 21:21:06 -0000 Message-ID: <3C449DDB.7020101@apache.org> Date: Tue, 15 Jan 2002 16:23:39 -0500 From: Berin Loritsch User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: en-us MIME-Version: 1.0 To: "cocoon-dev@xml.apache.org" Subject: How do you include braces in an attribute? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I like the ability to do parameter substitution, but how do you pass a value that does not expand the attribute? For instance, I have an action that performs redirection to a specific form. I want to include the key in the URI, but do the expansion myself. I have an action set like this: The problem is that the "section-{cdlid}" portion of the URI is expanded before the path is given to my action. I want to perform the substitution of {cdlid} myself in the action. Do we have escape characters for the braces? Or do I have to choose a different marker to perform the substitution? -- "They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org