Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 72347 invoked from network); 29 Nov 2005 16:52:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Nov 2005 16:52:11 -0000 Received: (qmail 52609 invoked by uid 500); 29 Nov 2005 16:52:10 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 52565 invoked by uid 500); 29 Nov 2005 16:52:10 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 52554 invoked by uid 99); 29 Nov 2005 16:52:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 08:52:09 -0800 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 [212.23.3.142] (HELO rutherford.zen.co.uk) (212.23.3.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 08:53:39 -0800 Received: from [82.69.78.226] (helo=[192.168.0.2]) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1Eh8ho-0007Cm-3B for user@forrest.apache.org; Tue, 29 Nov 2005 16:51:48 +0000 Message-ID: <438C871D.7010304@apache.org> Date: Tue, 29 Nov 2005 16:51:41 +0000 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Quick way to skin php-files? References: <1698330812.20051128163813@soethe.net> <20051128222526.GA11424@igg.indexgeo.com.au> <1078573282.20051129093648@soethe.net> <438C2F92.2000201@apache.org> <727495520.20051129151135@soethe.net> <438C6D2A.6000501@pcotech.fr> In-Reply-To: <438C6D2A.6000501@pcotech.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Originating-Rutherford-IP: [82.69.78.226] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cyriaque Dupoirieux wrote: > Ferdinand Soethe a =E9crit : >=20 >>> This is untested, but would be where I would start experimenting and = I'm >>> pretty sure is close to correct (maybe even correct ;-). >>> =20 >> >> >> Thanks Ross, that was exactly what I was looking for. I just didn't >> know where to intercept. Will give it a try right away ... >> >> =20 >> > Hi, >=20 > I made this in my php pipeline : > >=20 > > > > > > What does document2php.xsl do? Is this appraoch better for Ferdinand=20 than the one I suggest? > > And I realise with the cocoon profiler - thank you Ross - that it takes= (don't thank me for the profiler that was Ron and Davids excellent work=20 - and the Cocoon community of course) > lot of time to call the - = and=20 > certainly lots of CPU because with dozens of php files I get an Out of = > Memory... - It should take no longer to request cocoon//**.html that it does to=20 request it via your browser. So the issue is not really with you=20 approach to including PHP stuff, rather with the generaton of the=20 original HTML stuff. Are you using the locationmap to retrieve remote files in this request? Ross