Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 53472 invoked from network); 5 Apr 2006 21:53:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2006 21:53:24 -0000 Received: (qmail 50841 invoked by uid 500); 5 Apr 2006 21:53:22 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 50799 invoked by uid 500); 5 Apr 2006 21:53:21 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 50790 invoked by uid 99); 5 Apr 2006 21:53:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 14:53:21 -0700 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.27.42.27] (HELO smtp1-g19.free.fr) (212.27.42.27) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 14:53:20 -0700 Received: from [127.0.0.1] (bon31-5-82-241-233-86.fbx.proxad.net [82.241.233.86]) by smtp1-g19.free.fr (Postfix) with ESMTP id 4222D9AD0A for ; Wed, 5 Apr 2006 23:52:58 +0200 (CEST) Message-ID: <44343C37.1070509@anyware-tech.com> Date: Wed, 05 Apr 2006 23:52:55 +0200 From: =?UTF-8?B?Q8OpZHJpYyBEYW1pb2xp?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: fr, en MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: query feature extensions References: <4430CAFC.4000708@gmx.net> <510143ac0604050341q25058566h40592c2834be4e54@mail.gmail.com> In-Reply-To: <510143ac0604050341q25058566h40592c2834be4e54@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jukka Zitting a écrit : >Hi, > >On 4/3/06, Marcel Reutegger wrote: > > >>I would like to invite everyone (or at least whoever is interested...) >>to put together a list of 3 query features that are missing the most in >>jsr-170/jackrabbit regarding XPath support. >> >> > >1) Placeholders in queries: > > //element(*,nt:file)[@jcr:created>?] > >2) Support for predicates in location steps: > > //element(*,nt:file)[@jcr:created>'...']/jcr:content[@jcr:lastModified<'...'] > > This one already works, don't it ? I run many queries like this one in my app. I don't know if it belongs to JCR 1.0, but Jackrabbit handles it correctly. >3) Support for child axis in predicates: > > //element(*,nt:file)[@jcr:created>'...' and >jcr:content[@jcr:lastModified<'...']] > > >