Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 86117 invoked from network); 12 Mar 2004 18:35:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Mar 2004 18:35:41 -0000 Received: (qmail 6097 invoked by uid 500); 12 Mar 2004 18:35:29 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 6036 invoked by uid 500); 12 Mar 2004 18:35:28 -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 6022 invoked from network); 12 Mar 2004 18:35:28 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 12 Mar 2004 18:35:28 -0000 Received: (qmail 28695 invoked by uid 65534); 12 Mar 2004 18:35:31 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp018) with SMTP; 12 Mar 2004 19:35:31 +0100 X-Authenticated: #3483660 Message-ID: <40520306.5090400@gmx.de> Date: Fri, 12 Mar 2004 19:35:50 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: cvs commit: cocoon-2.1 status.xml References: <20040312033140.78009.qmail@minotaur.apache.org> <4051B400.4000007@reverycodes.com> In-Reply-To: <4051B400.4000007@reverycodes.com> 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 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Vadim wrote: >> Hello Vadim, >> >> as I can not reply to your mail (gmane does not list those mails >> replying to a mail on cvs@c.a.o) I answer with an extra mail for now: Now moving it back to list. >>>> + >>> >>> Why did you change that? Currently in my application I have: >>> row-path="member[position() < 3]" >>> row-path=".[member/gender = 'female']" >>> row-path=".[count(../member) > 1]" >>> row-path="member[id != $id]" >>> >>> and list goes on. With your change, this app won't work anymore. So >>> what do I do in this position? >> >> Are you refering directly to the comment? I did not add it, I just >> moved it around. > > Ok, can you at least tell me whether above example row-paths will work > with this new CForms or not? AFAIU/K it's a limitation of JXPath and has nothing to do with Woody/CForms. This should mean if it works til now it will work in future. Maybe you have provided an additional @row-path-insert? I also found this issue when reading the threads about repeater bindings, but don't no more which and who exactly: http://marc.theaimsgroup.com/?t=106976455300001&r=1&w=2 http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107049618519927&w=2 http://marc.theaimsgroup.com/?t=107050821100002&r=1&w=2 Maybe Marc can tell us more about it. And maybe you can just test the upgrade task and test it with cforms :) I will add a stylesheet for the changed syntax to it too. Joerg