Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 40254 invoked from network); 25 Mar 2004 14:24:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 14:24:56 -0000 Received: (qmail 10435 invoked by uid 500); 25 Mar 2004 14:23:24 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 10388 invoked by uid 500); 25 Mar 2004 14:23:24 -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 10214 invoked from network); 25 Mar 2004 14:23:22 -0000 Received: from unknown (HELO helpmagic-mail.helpmagic.com) (213.120.254.3) by daedalus.apache.org with SMTP; 25 Mar 2004 14:23:22 -0000 Received: from [192.168.4.134] ([192.168.4.134]) by helpmagic-mail with InterScan Messaging Security Suite; Thu, 25 Mar 2004 14:26:41 -0000 Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <200403251305.30652.cmayr@iicm.edu> References: <200403251305.30652.cmayr@iicm.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jon Evans Subject: Re: CForms in a coplet, PATCH Date: Thu, 25 Mar 2004 14:23:22 +0000 To: X-Mailer: Apple Mail (2.613) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Christian, On 25 Mar 2004, at 12:05, Christian Mayrhuber wrote: > See BUG: 27904 > I've a fix for it. It should be easy to combine my patch with yours. I'm could rename + /** Remembers if the current element is a remote anchor */ + protected Stack areRemoteAnchors; to something like + /** Remembers if the current element is being transformed */ + protected Stack beingTransformed; so it can work with both anchors and "anchor classes to ignore". But, having said that, your patch on its own fixes my problem, because all of the problematic links produced by cforms have href="#". Carsten? Jon