Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 53052 invoked from network); 1 May 2005 09:28:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2005 09:28:08 -0000 Received: (qmail 76762 invoked by uid 500); 1 May 2005 09:29:30 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 76734 invoked by uid 500); 1 May 2005 09:29:30 -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 76715 invoked by uid 99); 1 May 2005 09:29:30 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS,RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of benpope81@gmail.com designates 64.233.184.198 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 01 May 2005 02:29:30 -0700 Received: by wproxy.gmail.com with SMTP id 71so1252347wri for ; Sun, 01 May 2005 02:28:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:from; b=VEMvvwhQme1qA2V4p3OXnWWpaPT7GvwTqZK4KUsIL7+P5zRYikOTgJuzlkopM/XszKIfSh1abWzYXQLwfhiJuvFt/9GmA7nAmD5nQQHuxKnc2zCUhlVPiMNZziscYK8k1/Px/nqPG1YboEhVytoNxRBscZ+N7H0NWiNEsRcdmxM= Received: by 10.54.123.8 with SMTP id v8mr149115wrc; Sun, 01 May 2005 02:28:03 -0700 (PDT) Received: from ?137.205.30.172? ([137.205.30.172]) by mx.gmail.com with ESMTP id d7sm1372013wra.2005.05.01.02.28.03; Sun, 01 May 2005 02:28:03 -0700 (PDT) Message-ID: <4274A123.7040300@_REMOVE_gmail.com> Date: Sun, 01 May 2005 10:28:03 +0100 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Right word for docs: cachability or cacheability References: <37386.165.98.153.184.1114937063.squirrel@www.agssa.net> <4274994F.70007@_REMOVE_gmail.com> <37513.165.98.153.184.1114938803.squirrel@www.agssa.net> In-Reply-To: <37513.165.98.153.184.1114938803.squirrel@www.agssa.net> Content-Type: multipart/mixed; boundary="------------070501020204040505020703" From: Ben Pope X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------070501020204040505020703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Antonio Gallardo wrote: > Thanks for the reply. This is the code in question: > > http://svn.apache.org/viewcvs.cgi/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/transformation/TraxTransformer.java?view=markup > > Used to generate this doc: > > http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/transformation/TraxTransformer.html > > Can you send me a patch for a correct english of this? ;-) Hehe, and I thought it was on the docs website here: http://cocoon.apache.org/2.1/userdocs/transformers/xslt-transformer.html The change is slightly different to what I would apply to the docs, I'm sure you can all work it out. Ben Pope. --------------070501020204040505020703 Content-Type: text/plain; name="TraxTransformer.java.cacheWording.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="TraxTransformer.java.cacheWording.patch" Index: TraxTransformer.java =================================================================== --- TraxTransformer.java (revision 165470) +++ TraxTransformer.java (working copy) @@ -85,8 +85,8 @@ * * * The <use-request-parameter> configuration forces the transformer to make all - * request parameters available in the XSLT stylesheet. Note that this might have issues - * concerning cachability of the generated output of this transformer.
+ * request parameters available in the XSLT stylesheet. Note that this has implications + * for caching of the generated output of this transformer.
* This property is false by default. *

* The <use-cookies> configuration forces the transformer to make all --------------070501020204040505020703--